summaryrefslogtreecommitdiff
path: root/src/ModOrganizer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/ModOrganizer.pro')
-rw-r--r--src/ModOrganizer.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ModOrganizer.pro b/src/ModOrganizer.pro
index fc679a01..c4fd534e 100644
--- a/src/ModOrganizer.pro
+++ b/src/ModOrganizer.pro
@@ -40,6 +40,10 @@ greaterThan(QT_MAJOR_VERSION, 4) {
QTLIBNAMES += Core Declarative Gui Network OpenGL Script Sql Svg Webkit Xml XmlPatterns
}
+greaterThan(QT_MAJOR_VERSION, 5) {
+ QTLIBNAMES += OpenGLWidgets
+}
+
QTLIBSUFFIX = $${QT_MAJOR_VERSION}.dll
CONFIG(debug, debug|release): QTLIBSUFFIX = "d$${QTLIBSUFFIX}" # Can't use Debug: .. here, it ignores the line - no idea why, as it works in BossDummy.pro