summaryrefslogtreecommitdiff
path: root/src/private/private.pro
blob: b5538a8a8df2bbf3f8bf6c9b1a3e3a7b25793667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
TARGET  = privateplugin
TARGETPATH = QtQuick/Controls/Private

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

HEADERS += \
    $$PWD/qquickcomponentsprivate_p.h \
    $$PWD/qprivateplugin_p.h\
    $$PWD/qrangemodel_p.h \
    $$PWD/qrangemodel_p_p.h \
    $$PWD/qwheelarea_p.h \
    $$PWD/qstyleitem_p.h

SOURCES += \
    $$PWD/qquickcomponentsprivate.cpp \
    $$PWD/qprivateplugin.cpp\
    $$PWD/qstyleitem.cpp \
    $$PWD/qrangemodel.cpp\
    $$PWD/qwheelarea.cpp

OTHER_FILES += \
    $$PWD/privateplugin.json

# private qml files
QML_FILES += \
    AbstractCheckable.qml \
    TabBar.qml \
    BasicButton.qml \
    Control.qml \
    ModalPopupBehavior.qml \
    StackViewSlideDelegate.qml \
    PageStack.js \
    ScrollViewHelper.qml \
    ScrollBar.qml \
    FocusFrame.qml

mac {
    LIBS += -framework Carbon
}

CONFIG += no_cxx_module
load(qml_plugin)