aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/nativestyle/nativestyle.pro
blob: b06e5dafc301e8c72e1d035be2af5cab5111b4e5 (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
TARGET = qtquickcontrols2nativestyleplugin
TARGETPATH = QtQuick/NativeStyle

QML_IMPORT_NAME = QtQuick.NativeStyle
QML_IMPORT_MAJOR_VERSION = 6

QT += qml quick quickcontrols2 quicktemplates2
QT_PRIVATE += core-private gui-private qml-private quick-private quicktemplates2-private quickcontrols2-private

DEFINES += QT_NO_CAST_TO_ASCII QT_NO_CAST_FROM_ASCII

include(items/items.pri)
include(qstyle/qstyle.pri)
include(controls/controls.pri)

OTHER_FILES += \
    qmldir \
    $$QML_FILES

SOURCES += \
    $$PWD/qtquickcontrols2nativestyleplugin.cpp

CONFIG += no_cxx_module install_qml_files builtin_resources qtquickcompiler
CONFIG += qmltypes install_qmltypes

load(qml_plugin)

requires(qtConfig(quickcontrols2-macos)|qtConfig(quickcontrols2-windows))

HEADERS +=