| | |
| | | set(_src |
| | | qwkglobal.h |
| | | qwkglobal_p.h |
| | | qwkglobal.cpp |
| | | windowagentbase.h |
| | | windowagentbase_p.h |
| | | windowagentbase.cpp |
| | |
| | | qwindowkit_windows.h |
| | | qwindowkit_windows.cpp |
| | | shared/qwkwindowsextra_p.h |
| | | shared/windows10borderhandler_p.h |
| | | ) |
| | | elseif(APPLE) |
| | | else() |
| | |
| | | list(APPEND _src style/styleagent_linux.cpp) |
| | | endif() |
| | | else() |
| | | list(APPEND _sync_include_options EXCLUDE "style/\\.+") |
| | | list(APPEND _sync_include_options EXCLUDE "src/core/style/\\.+") |
| | | endif() |
| | | |
| | | qwk_add_library(${PROJECT_NAME} AUTOGEN |
| | |
| | | LINKS_PRIVATE ${_links_private} |
| | | QT_LINKS Core Gui |
| | | QT_INCLUDE_PRIVATE Core Gui |
| | | INCLUDE_PRIVATE kernel contexts shared |
| | | INCLUDE_PRIVATE * |
| | | PREFIX QWK_CORE |
| | | SYNC_INCLUDE_OPTIONS ${_sync_include_options} |
| | | ) |