aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qtquick1/qtquick1.pro
blob: f7a9953b5b9eb349f2a5e8f7ad6fb48bb270b457 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET  = qtquick1plugin
TARGETPATH = QtQuick.1
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