From 7ccdf8d11675e963b70b565e421309e09c019343 Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Mon, 12 May 2014 13:27:24 +0200 Subject: Make a pro file based project out of the photoviewer example Having a .pro file project is necessary to be able to deploy to Android. Further patches for Android support will be needed, but this is the base. Task-number: QTBUG-38122 Change-Id: I878ec1df50d7375ae9153f8a34f763b5678d7774 Reviewed-by: Mika Salmela Reviewed-by: Sami Makkonen Reviewed-by: Tim Jenssen --- examples/quick/demos/photoviewer/photoviewer.pro | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/quick/demos/photoviewer/photoviewer.pro (limited to 'examples/quick/demos/photoviewer/photoviewer.pro') diff --git a/examples/quick/demos/photoviewer/photoviewer.pro b/examples/quick/demos/photoviewer/photoviewer.pro new file mode 100644 index 0000000000..704e2ce003 --- /dev/null +++ b/examples/quick/demos/photoviewer/photoviewer.pro @@ -0,0 +1,22 @@ +TEMPLATE = app + +QT += qml quick widgets xmlpatterns + +SOURCES += main.cpp + +lupdate_only{ +SOURCES = *.qml \ + PhotoViewerCore/*.qml \ + PhotoViewerCore/script/*.js +} + +TRANSLATIONS += i18n/qml_fr.ts \ + i18n/qml_de.ts + +RESOURCES += qml.qrc + +# Additional import path used to resolve QML modules in Qt Creator's code model +QML_IMPORT_PATH = + +# Default rules for deployment. +include(deployment.pri) -- cgit v1.2.3