From 04cb8ef1ee919f071540ccb5cae10bb47f37fb3e Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Wed, 5 Dec 2012 11:42:20 +0100 Subject: centralize and fixup example sources install targets follow respective change in qtbase Change-Id: I15346e16cd1d6f30cf32a77284b5f19b1dd2a7a9 Reviewed-by: Oswald Buddenhagen Reviewed-by: hjk --- .../experimental-gestures.pro | 29 ++++++++++++++++++++++ .../experimental-gestures/experimentalgestures.pro | 29 ---------------------- 2 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 examples/declarative/touchinteraction/gestures/experimental-gestures/experimental-gestures.pro delete mode 100644 examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.pro (limited to 'examples/declarative/touchinteraction/gestures') diff --git a/examples/declarative/touchinteraction/gestures/experimental-gestures/experimental-gestures.pro b/examples/declarative/touchinteraction/gestures/experimental-gestures/experimental-gestures.pro new file mode 100644 index 00000000..396a59d8 --- /dev/null +++ b/examples/declarative/touchinteraction/gestures/experimental-gestures/experimental-gestures.pro @@ -0,0 +1,29 @@ +# Add more folders to ship with the application, here +folder_01.source = qml/experimental-gestures +folder_01.target = qml +DEPLOYMENTFOLDERS = folder_01 + +# Additional import path used to resolve QML modules in Creator's code model +QML_IMPORT_PATH = + +# Avoid auto screen rotation +#DEFINES += ORIENTATIONLOCK + +# Define QMLJSDEBUGGER to allow debugging of QML in debug builds +# (This might significantly increase build time) +# DEFINES += QMLJSDEBUGGER + +# If your application uses the Qt Mobility libraries, uncomment +# the following lines and add the respective components to the +# MOBILITY variable. +# CONFIG += mobility +# MOBILITY += + +# The .cpp file which was generated for your project. Feel free to hack it. +SOURCES += main.cpp + +# Please do not modify the following two lines. Required for deployment. +desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/declarative/touchinteraction/gestures/experimental-gestures +exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri) +else:include(../../../helper/qmlapplicationviewer/qmlapplicationviewer.pri) +qtcAddDeployment() diff --git a/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.pro b/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.pro deleted file mode 100644 index db652cc3..00000000 --- a/examples/declarative/touchinteraction/gestures/experimental-gestures/experimentalgestures.pro +++ /dev/null @@ -1,29 +0,0 @@ -# Add more folders to ship with the application, here -folder_01.source = qml/experimental-gestures -folder_01.target = qml -DEPLOYMENTFOLDERS = folder_01 - -# Additional import path used to resolve QML modules in Creator's code model -QML_IMPORT_PATH = - -# Avoid auto screen rotation -#DEFINES += ORIENTATIONLOCK - -# Define QMLJSDEBUGGER to allow debugging of QML in debug builds -# (This might significantly increase build time) -# DEFINES += QMLJSDEBUGGER - -# If your application uses the Qt Mobility libraries, uncomment -# the following lines and add the respective components to the -# MOBILITY variable. -# CONFIG += mobility -# MOBILITY += - -# The .cpp file which was generated for your project. Feel free to hack it. -SOURCES += main.cpp - -# Please do not modify the following two lines. Required for deployment. -desktopInstallPrefix=$$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/touchinteraction/gestures/experimental-gestures -exists(qmlapplicationviewer/qmlapplicationviewer.pri):include(qmlapplicationviewer/qmlapplicationviewer.pri) -else:include(../../../../helper/qmlapplicationviewer/qmlapplicationviewer.pri) -qtcAddDeployment() -- cgit v1.2.1