photoviewer.pro Example File
demos/photoviewer/photoviewer.proTEMPLATE = app
QT += qml quick xmlpatterns
CONFIG += lrelease embed_translations
SOURCES += main.cpp
lupdate_only {
SOURCES = *.qml \
PhotoViewerCore/*.qml \
PhotoViewerCore/script/*.js
}
TRANSLATIONS += i18n/qml_fr.ts \
i18n/qml_de.ts
EXTRA_TRANSLATIONS += i18n/qml_en.ts
RESOURCES += main.qml \
PhotoViewerCore/AlbumDelegate.qml \
PhotoViewerCore/BusyIndicator.qml \
PhotoViewerCore/Button.qml \
PhotoViewerCore/EditableButton.qml \
PhotoViewerCore/PhotoDelegate.qml \
PhotoViewerCore/ProgressBar.qml \
PhotoViewerCore/RssModel.qml \
PhotoViewerCore/Tag.qml \
PhotoViewerCore/images/box-shadow.png \
PhotoViewerCore/images/busy.png \
PhotoViewerCore/images/cardboard.png \
PhotoViewerCore/script/script.mjs \
target.path = $$[QT_INSTALL_EXAMPLES]/demos/photoviewer
INSTALLS += target© 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.