forked from blue/squawk
minor bugfix, start account editing feature
This commit is contained in:
parent
3c3e28b688
commit
16f96c4f2b
10 changed files with 102 additions and 23 deletions
|
@ -8,10 +8,6 @@ set(CMAKE_AUTOUIC ON)
|
|||
|
||||
# Find the QtWidgets library
|
||||
find_package(Qt5Widgets CONFIG REQUIRED)
|
||||
find_package(Qt5Qml CONFIG REQUIRED)
|
||||
find_package(Qt5QuickCompiler)
|
||||
find_package(Qt5Quick CONFIG REQUIRED)
|
||||
find_package(Qt5QuickWidgets CONFIG REQUIRED)
|
||||
|
||||
set(squawkUI_SRC
|
||||
squawk.cpp
|
||||
|
@ -32,9 +28,6 @@ add_library(squawkUI ${squawkUI_SRC})
|
|||
|
||||
# Use the Widgets module from Qt 5.
|
||||
target_link_libraries(squawkUI Qt5::Widgets)
|
||||
target_link_libraries(squawkUI Qt5::Quick)
|
||||
target_link_libraries(squawkUI Qt5::Qml)
|
||||
target_link_libraries(squawkUI Qt5::QuickWidgets)
|
||||
|
||||
# Install the executable
|
||||
install(TARGETS squawkUI DESTINATION lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue