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

0001 find_package(Qt${QT_MAJOR_VERSION} ${QT_MIN_VERSION} COMPONENTS
0002     Gui
0003     Widgets
0004     Core
0005 )
0006 
0007 
0008 add_library(NumberSpinBox NumberSpinBox.cpp NumberSpinBox.h)
0009 target_include_directories(NumberSpinBox PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../..)
0010 
0011 target_link_libraries(NumberSpinBox Qt${QT_MAJOR_VERSION}::Gui Qt${QT_MAJOR_VERSION}::Widgets Qt${QT_MAJOR_VERSION}::Core)