blob: 202a899fa55fefe8a0c75c4c254fa75887f1725b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
QT += qml quick
TARGET = basiclayouts
!no_desktop: QT += widgets
include(src/src.pri)
include(../shared/shared.pri)
OTHER_FILES += \
main.qml
RESOURCES += \
resources.qrc
target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/controls/basiclayouts
INSTALLS += target
|