From 6c763912acbb6632de5c3d927c7bd416def02a98 Mon Sep 17 00:00:00 2001 From: Thierry Bastian Date: Thu, 23 Sep 2010 11:37:52 +0200 Subject: Make sure the debug version of the lib has a d suffix on windows --- gestures.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3