2008-12-02 12:01:29 +01:00
|
|
|
TEMPLATE = lib
|
|
|
|
|
DEFINES += MYPLUGIN_LIBRARY
|
|
|
|
|
SOURCES += testplugin.cpp
|
|
|
|
|
HEADERS += testplugin.h testplugin_global.h
|
|
|
|
|
|
2010-11-08 14:08:41 +01:00
|
|
|
OTHER_FILES += testplugin.xml
|
|
|
|
|
|
2010-11-08 15:05:18 +01:00
|
|
|
include(../../../../../qtcreator.pri)
|
|
|
|
|
include(../../../../../src/libs/extensionsystem/extensionsystem.pri)
|
|
|
|
|
include(../../../qttestrpath.pri)
|
2008-12-02 12:01:29 +01:00
|
|
|
|
2010-11-08 14:08:41 +01:00
|
|
|
COPYDIR = $$OUT_PWD
|
|
|
|
|
COPYFILES = $$PWD/testplugin.xml
|
|
|
|
|
include(../../copy.pri)
|
2010-11-08 15:05:18 +01:00
|
|
|
|
|
|
|
|
TARGET = $$qtLibraryName(test)
|
2011-09-23 14:37:55 +02:00
|
|
|
DESTDIR = $$OUT_PWD
|