gallery.pro Example File

gallery/gallery.pro
TEMPLATE = app
TARGET = gallery
INCLUDEPATH += .
QT += quick

SOURCES += \
    main.cpp

RESOURCES += \
    gallery.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/extras/gallery
INSTALLS += target

OTHER_FILES += \
    qml/BlackButtonBackground.qml \
    qml/BlackButtonStyle.qml \
    qml/CircularGaugeDarkStyle.qml \
    qml/CircularGaugeDefaultStyle.qml \
    qml/CircularGaugeLightStyle.qml \
    qml/CircularGaugeView.qml \
    qml/ControlLabel.qml \
    qml/ControlView.qml \
    qml/ControlViewToolBar.qml \
    qml/CustomizerSwitch.qml \
    qml/CustomizerLabel.qml \
    qml/CustomizerSlider.qml \
    qml/FlickableMoreIndicator.qml \
    qml/gallery.qml \
    qml/PieMenuControlView.qml \
    qml/PieMenuDefaultStyle.qml \
    qml/PieMenuDarkStyle.qml \
    qml/StylePicker.qml \
    gallery.qrc

© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.