diff options
author | Kevin Wright <kevin.wright@nokia.com> | 2010-07-27 07:22:24 (GMT) |
---|---|---|
committer | Kevin Wright <kevin.wright@nokia.com> | 2010-07-27 07:22:24 (GMT) |
commit | a02eba0de0fcf9a17d489ee1f92977c95d3afd76 (patch) | |
tree | d38c4c2d4f1358f4456c2364ad0ad2094745f463 /examples/multitouch/pinchzoom/pinchzoom.pro | |
parent | 64087b078f3767a2190f2b4a0d4aca2a6165ebda (diff) | |
download | Qt-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.pro | 16 |
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 |