aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/widgets/widgets.pro
blob: 57281178a091b3a1a20af0cf571a29a512a3bd0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CXX_MODULE = qml
TARGET  = widgetsplugin
TARGETPATH = QtQuick/PrivateWidgets
IMPORT_VERSION = 1.0

SOURCES += \
    widgetsplugin.cpp \
    qquickqfiledialog.cpp \
    ../dialogs/qquickabstractfiledialog.cpp

HEADERS += \
    qquickqfiledialog_p.h \
    ../dialogs/qquickabstractfiledialog_p.h

QT += quick-private gui-private core-private qml-private v8-private widgets

load(qml_plugin)