fix build without Qt

This commit is contained in:
2020-09-14 16:48:32 +03:00
parent 9844c773cd
commit d50223f1cf
2 changed files with 32 additions and 28 deletions

View File

@@ -1 +1,3 @@
cd_library(qt "Gui;Widgets" "cd_core;QAD::PIQt;QAD::Graphic")
if (QAD_FOUND)
cd_library(qt "Gui;Widgets" "cd_core;QAD::PIQt;QAD::Graphic")
endif()