blob: 3ec38dadb2a212c865c9741607b6fdd6dca41ba6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
TARGET = widgets
include(../../qpluginbase.pri)
QT += declarative
SOURCES += \
graphicslayouts.cpp \
widgets.cpp
HEADERS += \
graphicswidgets_p.h \
graphicslayouts_p.h
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/imports/Qt/widgets
target.path = $$[QT_INSTALL_IMPORTS]/Qt/widgets
qmldir.files += $$QT_BUILD_TREE/imports/Qt/widgets/qmldir
qmldir.path += $$[QT_INSTALL_IMPORTS]/Qt/widgets
INSTALLS += target qmldir
|