Fix condition to build runner
This commit is contained in:
@@ -64,6 +64,7 @@ endif()
|
||||
|
||||
if (NOT ANDROID AND NOT WIN32 AND NOT APPLE)
|
||||
target_sources(neochat PRIVATE ../res_desktop.qrc runner.cpp)
|
||||
target_compile_definitions(neochat PRIVATE -DHAVE_RUNNER)
|
||||
else()
|
||||
target_sources(neochat PRIVATE ../res_android.qrc)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user