blob: cb1f0ce26746e4ec3b1c5df99aa871776474d4e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# W A R N I N G
# -------------
#
# This file is not part of the Qt API. It exists purely as an
# implementation detail. It may change from version to version
# without notice, or even be removed.
#
# We mean it.
#
CONFIG += qml1_target
load(qml_plugin)
|