summaryrefslogtreecommitdiff
path: root/client/client.pro
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.pro')
-rw-r--r--client/client.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/client.pro b/client/client.pro
index b41c835..43f568f 100644
--- a/client/client.pro
+++ b/client/client.pro
@@ -18,6 +18,12 @@ debug {
DEFINES+=VERSION=\\\"2.2.4\\\"
+# For Qt5
+contains(QT_VERSION, ^5.*) {
+ QT += widgets
+ DEFINES += QT5
+}
+
win32 {
QMAKE_LIBDIR += lua/lib
INCLUDEPATH += lua/include