3 lines
100 B
CMake
3 lines
100 B
CMake
set(LIBS ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} qad_widgets)
|
|
qad_project(application "${LIBS}")
|