diff options
-rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7f517ae..b66ea03 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -5,7 +5,7 @@ add_subdirectory(repparser) if(QT_FEATURE_localserver) add_subdirectory(remoteobjects) -endif() -if(TARGET Qt::Quick) - add_subdirectory(remoteobjectsqml) + if(TARGET Qt::Quick) + add_subdirectory(remoteobjectsqml) + endif() endif() |