We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ee15f commit e843aaeCopy full SHA for e843aae
examples/CalcQt/CMakeLists.txt
@@ -12,8 +12,8 @@ if(QT_LIBRARIES)
12
if(Qt5TEST_FOUND)
13
add_executable(QtTestCalculatorQtSteps features/step_definitions/QtTestCalculatorQtSteps)
14
set_target_properties(QtTestCalculatorQtSteps PROPERTIES AUTOMOC ON)
15
- target_include_directories(QtTestCalculatorQtSteps PUBLIC src)
16
- target_link_libraries(QtTestCalculatorQtSteps libcalcqt ${QT_LIBRARIES} ${CUKE_LIBRARIES})
+ target_include_directories(QtTestCalculatorQtSteps PRIVATE src)
+ target_link_libraries(QtTestCalculatorQtSteps PRIVATE libcalcqt ${QT_LIBRARIES} ${CUKE_LIBRARIES})
17
endif()
18
19
if(Boost_UNIT_TEST_FRAMEWORK_FOUND)
0 commit comments