diff options
author | Sidorov Aleksey <sauron@citadelspb.com> | 2011-10-28 07:13:59 -0700 |
---|---|---|
committer | Jens Bache-Wiig <jens.bache-wiig@nokia.com> | 2011-10-28 07:13:59 -0700 |
commit | 0959b13bd88fe195d0715820c750c3e5c8ba8fb1 (patch) | |
tree | c14a52eb84919c61a37ff03287c865cfefd284dc /src/src.pro | |
parent | 3f1a7db60fdb99033d0645eb63c5406e83f3a1ec (diff) | |
download | qtquickcontrols-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.pro | 16 |
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 } - - - - - - - - - - |