3 lines
146 B
CMake
3 lines
146 B
CMake
|
add_library(dialogs STATIC FederatedLogin.cpp)
|
||
|
target_link_libraries(dialogs Qt${QT_VERSION}::Core Qt${QT_VERSION}::Gui Qt${QT_VERSION}::Widgets)
|