aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qt47/qt47.pro
blob: 7bddc89e44b73df56ed31538589fb6c149fd5f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET  = qt47plugin
TARGETPATH = Qt
include(../qimportbase.pri)

SOURCES += \
    plugin.cpp

QT += declarative qtquick1 opengl qtquick1-private


OTHER_FILES += \
    qmldir

DESTDIR = $$QT.declarative.imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

qmldir.files += $$PWD/qmldir
qmldir.path +=  $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

INSTALLS += target qmldir