Skip to content

Commit e843aae

Browse files
committed
CMake fixes for caclqt example
1 parent 50ee15f commit e843aae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/CalcQt/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ if(QT_LIBRARIES)
1212
if(Qt5TEST_FOUND)
1313
add_executable(QtTestCalculatorQtSteps features/step_definitions/QtTestCalculatorQtSteps)
1414
set_target_properties(QtTestCalculatorQtSteps PROPERTIES AUTOMOC ON)
15-
target_include_directories(QtTestCalculatorQtSteps PUBLIC src)
16-
target_link_libraries(QtTestCalculatorQtSteps libcalcqt ${QT_LIBRARIES} ${CUKE_LIBRARIES})
15+
target_include_directories(QtTestCalculatorQtSteps PRIVATE src)
16+
target_link_libraries(QtTestCalculatorQtSteps PRIVATE libcalcqt ${QT_LIBRARIES} ${CUKE_LIBRARIES})
1717
endif()
1818

1919
if(Boost_UNIT_TEST_FRAMEWORK_FOUND)

0 commit comments

Comments
 (0)