summaryrefslogtreecommitdiffstats
path: root/qtpass.pro
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-01-22 17:37:39 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2016-01-22 17:37:39 +0100
commit2e9d4e9dec3574985e5f171f668ef19b0afce153 (patch)
treec215ecc14f9707efb348c5c0ac4893211430b787 /qtpass.pro
parent8c54ddac7378da767d8d7bc0608a2ad27af28140 (diff)
svg only needed for OSX?
Diffstat (limited to 'qtpass.pro')
-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
}