forked from blue/squawk
tooltips, status text fetching, window titles, app icon
This commit is contained in:
parent
3d15682b37
commit
e456ba980d
13 changed files with 206 additions and 15 deletions
|
@ -8,6 +8,8 @@ set(CMAKE_AUTOMOC ON)
|
|||
# Instruct CMake to create code from Qt designer ui files
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
|
||||
set(CMAKE_AUTORCC ON)
|
||||
|
||||
find_package(Qt5Widgets CONFIG REQUIRED)
|
||||
set(squawk_SRC
|
||||
main.cpp
|
||||
|
@ -16,8 +18,7 @@ set(squawk_SRC
|
|||
signalcatcher.cpp
|
||||
)
|
||||
|
||||
# Tell CMake to create the helloworld executable
|
||||
add_executable(squawk ${squawk_SRC})
|
||||
add_executable(squawk ${squawk_SRC} resources/resources.qrc)
|
||||
target_link_libraries(squawk Qt5::Widgets)
|
||||
|
||||
add_subdirectory(ui)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue