Browse Source
oops
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/2655/head
crueter
5 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
src/qt_common/CMakeLists.txt
|
|
|
@ -39,7 +39,7 @@ endif() |
|
|
|
|
|
|
|
add_subdirectory(externals) |
|
|
|
|
|
|
|
target_link_libraries(qt_common PRIVATE core Qt6::Core SimpleIni::SimpleIni QuaZip::QuaZip frozen::frozen) |
|
|
|
target_link_libraries(qt_common PRIVATE core Qt6::Core SimpleIni::SimpleIni QuaZip::QuaZip) |
|
|
|
|
|
|
|
if (NOT APPLE AND ENABLE_OPENGL) |
|
|
|
target_compile_definitions(qt_common PUBLIC HAS_OPENGL) |
|
|
|
|