sidepanel.pro Example File

sidepanel/sidepanel.pro
TEMPLATE = app
TARGET = sidepanel
QT += quick

SOURCES += \
    sidepanel.cpp

RESOURCES += \
    doc/images/qtquickcontrols2-sidepanel-landscape.png \
    doc/images/qtquickcontrols2-sidepanel-portrait.png \
    images/qt-logo@2x.png \
    images/qt-logo@3x.png \
    images/qt-logo@4x.png \
    images/qt-logo.png \
    sidepanel.qml

target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols2/sidepanel
INSTALLS += target

© 2021 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.