summaryrefslogtreecommitdiffstats
path: root/examples/multitouch/pinchzoom/pinchzoom.pro
diff options
context:
space:
mode:
authorKevin Wright <kevin.wright@nokia.com>2010-07-27 07:22:24 (GMT)
committerKevin Wright <kevin.wright@nokia.com>2010-07-27 07:22:24 (GMT)
commita02eba0de0fcf9a17d489ee1f92977c95d3afd76 (patch)
treed38c4c2d4f1358f4456c2364ad0ad2094745f463 /examples/multitouch/pinchzoom/pinchzoom.pro
parent64087b078f3767a2190f2b4a0d4aca2a6165ebda (diff)
downloadQt-a02eba0de0fcf9a17d489ee1f92977c95d3afd76.zip
Qt-a02eba0de0fcf9a17d489ee1f92977c95d3afd76.tar.gz
Qt-a02eba0de0fcf9a17d489ee1f92977c95d3afd76.tar.bz2
Modified file/directory names and text to remove disallowed terminology.
Diffstat (limited to 'examples/multitouch/pinchzoom/pinchzoom.pro')
-rw-r--r--examples/multitouch/pinchzoom/pinchzoom.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/multitouch/pinchzoom/pinchzoom.pro b/examples/multitouch/pinchzoom/pinchzoom.pro
deleted file mode 100644
index bd87cf7..0000000
--- a/examples/multitouch/pinchzoom/pinchzoom.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-HEADERS += \
- mouse.h \
- graphicsview.h
-SOURCES += \
- main.cpp \
- mouse.cpp \
- graphicsview.cpp
-
-RESOURCES += \
- mice.qrc
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/multitouch/pinchzoom
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS pinchzoom.pro images
-sources.path = $$[QT_INSTALL_EXAMPLES]/multitouch/pinchzoom
-INSTALLS += target sources