forked from qt-creator/qt-creator
440725322a
Change-Id: If8d564b9fe125669aa179f2b21de8ffac16cd076 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
19 lines
367 B
Prolog
19 lines
367 B
Prolog
TARGET = pluginmanager
|
|
|
|
# Input
|
|
|
|
QTC_LIB_DEPENDS += extensionsystem
|
|
include(../../qttest.pri)
|
|
|
|
SOURCES += tst_pluginmanager.cpp
|
|
|
|
OTHER_FILES = $$PWD/plugins/otherplugin.xml \
|
|
$$PWD/plugins/plugin1.xml \
|
|
$$PWD/plugins/myplug/myplug.xml
|
|
|
|
COPYDIR = $$OUT_PWD
|
|
COPYFILES = $$OTHER_FILES
|
|
include(../copy.pri)
|
|
|
|
DEFINES += "PLUGINMANAGER_TESTS_DIR=\\\"$$OUT_PWD\\\""
|