summaryrefslogtreecommitdiff
path: root/src/qtdesktop/qtdesktop.pro
blob: d348cd71f9b19117a947df80fb88c40d508aac60 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
QT += qml quick widgets

TARGETPATH = QtDesktop

QML_FILES = \
    ApplicationWindow.qml \
    Button.qml \
    ButtonColumn.qml \
    ButtonRow.qml \
    CheckBox.qml \
    ComboBox.qml \
    ContextMenu.qml \
    Dial.qml \
    Dialog.qml \
    Frame.qml \
    GroupBox.qml \
    Label.qml \
    ProgressBar.qml \
    RadioButton.qml \
    ScrollArea.qml \
    ScrollBar.qml \
    Slider.qml \
    SpinBox.qml \
    SplitterColumn.qml \
    SplitterRow.qml \
    StatusBar.qml \
    Tab.qml \
    TabBar.qml \
    TabFrame.qml \
    TableColumn.qml \
    TableView.qml \
    TextArea.qml \
    TextField.qml \
    ToolBar.qml \
    ToolButton.qml

# private qml files
QML_FILES += \
    private/BasicButton.qml \
    private/ButtonBehavior.qml \
    private/ButtonGroup.js \
    private/ModalPopupBehavior.qml \
    private/ScrollAreaHelper.qml \
    private/Splitter.qml

include(styleplugin.pri)

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

mac {
    LIBS += -framework Carbon
}

load(qml_plugin)

#tmp solution for QTBUG-28200
TARGET = $$qtLibraryTarget(styleplugin)
DESTDIR = $$QT.core.qml/QtDesktop/plugin