summaryrefslogtreecommitdiffstats
path: root/src/imports/widgets/widgets.pro
blob: 02223d724a5b1207cc43f517c4344e1f39ab7fbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TARGET  = widgets
TARGETPATH = Qt/widgets
include(../qimportbase.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 = $$TARGETPATH

# install qmldir file
qmldir.files += qmldir
qmldir.path = $$[QT_INSTALL_IMPORTS]/$$TARGETPATH

INSTALLS += target qmldir