Fix condition to build runner

This commit is contained in:
Nicolas Fella
2022-04-06 12:01:21 +02:00
parent 024fb1a97a
commit be10e66974
2 changed files with 3 additions and 2 deletions

View File

@@ -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()