summaryrefslogtreecommitdiffstats
path: root/examples/animation/appchooser
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-05-20 15:34:11 +0200
committerKent Hansen <khansen@trolltech.com>2009-05-20 15:34:11 +0200
commitac5fceafb00a2f007239f9b0fc89fe01a2064d62 (patch)
treedbce8727cf7599c07e8151e7993b59cd5f3e40a6 /examples/animation/appchooser
parent5504a102e9f608fed7377332b8de7b823cf22b85 (diff)
compile with -qtnamespace, clean up the example .pro files
Diffstat (limited to 'examples/animation/appchooser')
-rw-r--r--examples/animation/appchooser/appchooser.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/animation/appchooser/appchooser.pro b/examples/animation/appchooser/appchooser.pro
index 8cda19ad96..847b60adf2 100644
--- a/examples/animation/appchooser/appchooser.pro
+++ b/examples/animation/appchooser/appchooser.pro
@@ -1,6 +1,5 @@
-# Input
-SOURCES += main.cpp
-RESOURCES += appchooser.qrc
+SOURCES = main.cpp
+RESOURCES = appchooser.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/animation/appchooser