summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorAlex <qt-info@nokia.com>2010-06-07 11:41:24 +1000
committerAlex <qt-info@nokia.com>2010-06-07 11:41:24 +1000
commit3275eb40e01e6a08488ad5a2cea6e218466853d3 (patch)
treeb2d40da2fd333b8f055166fedb53009647a56cc3 /examples
parentbf5cb45f9209d70bd43213b5372d368e7e71704e (diff)
Rename sysinfo example to avoid clashes with other binary names
The name was too common. Task-number: QTMOBILOITY-320
Diffstat (limited to 'examples')
-rw-r--r--examples/sysinfo/sysinfo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sysinfo/sysinfo.pro b/examples/sysinfo/sysinfo.pro
index 5ca26c8e0d..e50fd2048f 100644
--- a/examples/sysinfo/sysinfo.pro
+++ b/examples/sysinfo/sysinfo.pro
@@ -1,6 +1,6 @@
QT += network
-TARGET = sysinfo
+TARGET = qsysinfo
TEMPLATE = app