summaryrefslogtreecommitdiffstats
path: root/examples/script/helloscript
diff options
context:
space:
mode:
Diffstat (limited to 'examples/script/helloscript')
-rw-r--r--examples/script/helloscript/helloscript.pro8
-rw-r--r--examples/script/helloscript/main.cpp2
2 files changed, 3 insertions, 7 deletions
diff --git a/examples/script/helloscript/helloscript.pro b/examples/script/helloscript/helloscript.pro
index 419a826..780c8a4 100644
--- a/examples/script/helloscript/helloscript.pro
+++ b/examples/script/helloscript/helloscript.pro
@@ -2,11 +2,7 @@ QT += widgets script
RESOURCES += helloscript.qrc
SOURCES += main.cpp
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/helloscript
-sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS helloscript.pro helloscript.js
-sources.path = $$[QT_INSTALL_EXAMPLES]/qtscript/script/helloscript
-INSTALLS += target sources
+target.path = $$[QT_INSTALL_EXAMPLES]/script/helloscript
+INSTALLS += target
-symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example
diff --git a/examples/script/helloscript/main.cpp b/examples/script/helloscript/main.cpp
index 0c60c56..4dcf190 100644
--- a/examples/script/helloscript/main.cpp
+++ b/examples/script/helloscript/main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.