aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/etcprovider/etcprovider.pro
blob: b48235eed8ac1b184647c71779bd3c33fcb0d5af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET  = qmletcproviderplugin
TARGETPATH = Qt/labs/etcprovider
include(../qimportbase.pri)
!contains(QT_CONFIG, egl):DEFINES += QT_NO_EGL

QT += declarative opengl

SOURCES += qetcprovider.cpp plugin.cpp
HEADERS += qetcprovider.h plugin.h

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/$$TARGETPATH
target.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

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

INSTALLS += target qmldir

OTHER_FILES +=