2016-11-18 19:34:17 +00:00
|
|
|
TEMPLATE = app
|
|
|
|
TARGET = sidepanel
|
|
|
|
QT += quick
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
sidepanel.cpp
|
|
|
|
|
|
|
|
RESOURCES += \
|
2022-11-23 08:50:43 +00:00
|
|
|
doc/images/qtquickcontrols-sidepanel-landscape.png \
|
|
|
|
doc/images/qtquickcontrols-sidepanel-portrait.png \
|
2018-10-24 12:49:50 +00:00
|
|
|
images/qt-logo@2x.png \
|
|
|
|
images/qt-logo@3x.png \
|
|
|
|
images/qt-logo@4x.png \
|
|
|
|
images/qt-logo.png \
|
2020-08-27 11:28:07 +00:00
|
|
|
qtquickcontrols2.conf \
|
2018-10-24 12:49:50 +00:00
|
|
|
sidepanel.qml
|
2016-11-18 19:34:17 +00:00
|
|
|
|
2022-11-23 08:50:43 +00:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/quickcontrols/sidepanel
|
2016-11-18 19:34:17 +00:00
|
|
|
INSTALLS += target
|