summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qtpass.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/qtpass.pro b/qtpass.pro
index 5b3fd36c..56103539 100644
--- a/qtpass.pro
+++ b/qtpass.pro
@@ -9,13 +9,14 @@
VERSION = 1.1.0
TEMPLATE = app
-QT += core gui svg
+QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
macx {
TARGET = QtPass
QMAKE_MAC_SDK = macosx
+ QT += svg
} else {
TARGET = qtpass
}