lizzie
4 weeks ago
committed by
Caio Oliveira
No known key found for this signature in database
GPG Key ID: 362DA3DC1901E080
2 changed files with
1 additions and
2 deletions
-
src/common/CMakeLists.txt
-
src/qt_common/CMakeLists.txt
|
|
|
@ -181,8 +181,6 @@ if(ANDROID) |
|
|
|
android/applets/software_keyboard.h) |
|
|
|
endif() |
|
|
|
|
|
|
|
target_link_libraries(common PRIVATE gamemode::headers) |
|
|
|
|
|
|
|
if(ARCHITECTURE_x86_64) |
|
|
|
target_sources( |
|
|
|
common |
|
|
|
|
|
|
|
@ -85,6 +85,7 @@ find_package(frozen) |
|
|
|
|
|
|
|
target_link_libraries(qt_common PRIVATE core Qt6::Core Qt6::Concurrent SimpleIni::SimpleIni QuaZip::QuaZip) |
|
|
|
target_link_libraries(qt_common PUBLIC frozen::frozen-headers) |
|
|
|
target_link_libraries(qt_common PRIVATE gamemode::headers) |
|
|
|
|
|
|
|
if (NOT APPLE AND ENABLE_OPENGL) |
|
|
|
target_compile_definitions(qt_common PUBLIC HAS_OPENGL) |
|
|
|
|