summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorSidorov Aleksey <sauron@citadelspb.com>2011-10-28 07:13:59 -0700
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2011-10-28 07:13:59 -0700
commit0959b13bd88fe195d0715820c750c3e5c8ba8fb1 (patch)
treec14a52eb84919c61a37ff03287c865cfefd284dc /src/src.pro
parent3f1a7db60fdb99033d0645eb63c5406e83f3a1ec (diff)
downloadqtquickcontrols-0959b13bd88fe195d0715820c750c3e5c8ba8fb1.tar.gz
Debug library suffix on win32
Merge-request: 9 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/src.pro b/src/src.pro
index 28669679..6e82d68b 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -50,6 +50,12 @@ symbian {
target.path = $$INSTALL_IMPORTS/$$TARGETPATH
+win32 {
+ CONFIG(debug, debug|release) {
+ TARGET = $$member(TARGET, 0)d
+ }
+}
+
mac {
LIBS += -framework Carbon
}
@@ -59,13 +65,3 @@ INSTALLS += target
symbian {
DEPLOYMENT += target
}
-
-
-
-
-
-
-
-
-
-