Resources (icons on buttons) are compiled and linked
This commit is contained in:
parent
6a97c0447a
commit
c3d604e7b4
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON)
|
|||
# Instruct CMake to run moc automatically when needed.
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
set(CMAKE_AUTOUIC ON)
|
||||
set(CMAKE_AUTORCC ON)
|
||||
|
||||
pkg_check_modules(Botan REQUIRED botan-2)
|
||||
include_directories( ${Botan_INCLUDE_DIRS} )
|
||||
|
|
@ -111,6 +112,7 @@ add_executable(pglab
|
|||
pglab/util.cpp
|
||||
pglab/waithandlelist.cpp
|
||||
pglab/win32event.cpp
|
||||
pglab/resources.qrc
|
||||
)
|
||||
|
||||
target_include_directories(pglab PUBLIC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue