7f0cd77b4e
Not much there yet, just a login dialog and an app list JSON parser
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)
|