diff --git a/CMakeLists.txt b/CMakeLists.txt index 871c289..72a6af4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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