aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlplugindump/data/dumper/Versions/versions.pro
blob: 6bbb9e556bccd96effe1c0c81a4984092f063be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = lib
TARGET = Versions
QT += qml
CONFIG += qt plugin

CONFIG -= debug_and_release_target
!build_pass:qtConfig(debug_and_release): CONFIG += release

TARGET = $$qtLibraryTarget($$TARGET)

SOURCES += \
    versions_plugin.cpp \
    versions.cpp

HEADERS += \
    versions_plugin.h \
    versions.h

!equals(_PRO_FILE_PWD_, $$OUT_PWD) {
    cpqmldir.files = qmldir plugins.qmltypes
    cpqmldir.path = $$OUT_PWD
    COPIES += cpqmldir
}