Warning, /education/labplot/tests/commonfrontend/widgets/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_executable (SpinBoxTest SpinBoxTest.cpp)
0002 
0003 target_link_libraries(SpinBoxTest labplot2backendlib labplot2lib labplot2nsllib labplot2test)
0004 
0005 add_test(NAME SpinBoxTest COMMAND SpinBoxTest)
0006 
0007 add_executable (NumberSpinBox NumberSpinBoxMain.cpp ../../../src/commonfrontend/widgets/NumberSpinBox.cpp)
0008 set_property(TARGET NumberSpinBox PROPERTY AUTOMOC ON)
0009 target_include_directories(NumberSpinBox PRIVATE ../../../src/commonfrontend/widgets)
0010 target_link_libraries(NumberSpinBox Qt${QT_MAJOR_VERSION}::Core Qt${QT_MAJOR_VERSION}::Widgets KF${KF_MAJOR_VERSION}::ConfigCore KF${KF_MAJOR_VERSION}::I18n)