aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/etcprovider/etcprovider.pro
blob: 3ec3ab5d09c8327acfac6c4d40d15039d0f26aae (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 quick 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 +=