summaryrefslogtreecommitdiffstats
path: root/src/plugins/qdeclarativemodules/widgets/widgets.pro
blob: 03c4bf15b24b2f47df96f413fa11798a89c6a2b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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/plugins/qdeclarativemodules
target.path = $$[QT_INSTALL_PLUGINS]/plugins/qdeclarativemodules