Use the correct include path for Qt headers

This commit is contained in:
Cătălin Răceanu
2018-06-24 19:49:55 +03:00
parent ca2860907e
commit 1105361d80
8 changed files with 12 additions and 12 deletions

View File

@@ -108,7 +108,7 @@
#endif
#if wxUSE_GUI && defined(__WXQT__)
#include <QtGlobal> // for QT_VERSION_STR constants
#include <QtCore/QtGlobal> // for QT_VERSION_STR constants
#endif
#if wxUSE_BASE