diff --git a/CMakeLists.txt b/CMakeLists.txt index e2e23c7..13fcbb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,10 +49,15 @@ set(PROJECT_SOURCES settingsdialog.h settingsdialog.cpp settingsdialog.ui + ) + +if(WIN32) + list(APPEND PROJECT_SOURCES iwindowapi.h windowapi.h windowapi.cpp ) +endif() if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) qt_add_executable(Remini