summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/application-features/imports/terminator2/terminator2.pro
blob: c10008d782bb8f3bb223ec953b367e437986bcfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = lib
CONFIG += plugin exceptions install_ok
QT += qml quick

TARGET = $$qtLibraryTarget(terminator2plugin)

HEADERS += qmlterminator2.h
SOURCES += qmlterminator2.cpp

OTHER_FILES += qmldir

DESTDIR = $$OUT_PWD/../../apps/crash/Terminator
target.path=$$DESTDIR
qmldir.files=$$PWD/qmldir
qmldir.path=$$DESTDIR

INSTALLS += target
COPIES += qmldir