3 lines
131 B
CMake
3 lines
131 B
CMake
|
add_library(fed STATIC Service.cpp)
|
||
|
target_link_libraries(fed Qt${QT_VERSION}::Core Qt${QT_VERSION}::Gui Qt${QT_VERSION}::Widgets)
|