summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2010-09-23 11:37:52 +0200
committerThierry Bastian <thierry.bastian@nokia.com>2010-09-23 11:38:32 +0200
commit6c763912acbb6632de5c3d927c7bd416def02a98 (patch)
tree11fe3df8663c5e45cdee53b262b8815b75a675a3
parente60db8098c2505f6dd6a4313d2551c470bcf3dcf (diff)
Make sure the debug version of the lib has a d suffix on windows
-rw-r--r--gestures.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/gestures.pro b/gestures.pro
index e5a845e..ed34ba7 100644
--- a/gestures.pro
+++ b/gestures.pro
@@ -1,8 +1,8 @@
-TARGET = qmlgestureareaplugin
TARGETPATH = Qt/labs/gestures
TEMPLATE = lib
CONFIG += qt plugin
+TARGET = $$qtLibraryTarget(qmlgestureareaplugin)
QT += declarative
SOURCES += qdeclarativegesturearea.cpp \