aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/windows/windows.pro
blob: a72397d7b59027894ec591c840408925d2e378d1 (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
TARGET = qtquickcontrols2windowsstyleplugin
TARGETPATH = QtQuick/Controls/Windows

QML_IMPORT_NAME = QtQuick.Controls.Windows
QML_IMPORT_VERSION = $$QT_VERSION

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(windows.pri)

OTHER_FILES += \
    qmldir \
    $$QML_FILES

SOURCES += \
    $$PWD/qtquickcontrols2windowsstyleplugin.cpp

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

load(qml_plugin)

requires(qtConfig(quickcontrols2-windows))

HEADERS +=