Skip to content

Commit

Permalink
Fix building without GUI
Browse files Browse the repository at this point in the history
See #53
  • Loading branch information
Martchus committed Apr 5, 2020
1 parent 976bcbb commit f3ce0f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit f3ce0f2

Please sign in to comment.