Fix building without GUI

See https://github.com/Martchus/tageditor/issues/53
This commit is contained in:
Martchus 2020-04-05 21:40:12 +02:00
parent 976bcbb2e8
commit f3ce0f23ec
1 changed files with 2 additions and 0 deletions

View File

@ -22,7 +22,9 @@
using namespace std;
using namespace std::placeholders;
using namespace CppUtilities;
#if defined(TAGEDITOR_GUI_QTWIDGETS) || defined(TAGEDITOR_GUI_QTQUICK)
using namespace QtUtilities;
#endif
namespace Cli {