summaryrefslogtreecommitdiff
path: root/qtscript.pro
diff options
context:
space:
mode:
authorQt by Nokia <qt-info@nokia.com>2011-04-27 12:05:43 +0200
committeraxis <qt-info@nokia.com>2011-04-27 12:05:43 +0200
commitc4af45c2914381172e1bd7ee528481edaa2fff1a (patch)
tree01265e109316fda93845e1c96c5e566d870f51d0 /qtscript.pro
downloadqtscript-c4af45c2914381172e1bd7ee528481edaa2fff1a.tar.gz
Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12
Diffstat (limited to 'qtscript.pro')
-rw-r--r--qtscript.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/qtscript.pro b/qtscript.pro
new file mode 100644
index 0000000..f37d1bf
--- /dev/null
+++ b/qtscript.pro
@@ -0,0 +1,17 @@
+TEMPLATE = subdirs
+
+module_qtscript_src.subdir = src
+module_qtscript_src.target = module-qtscript-src
+
+module_qtscript_examples.subdir = examples
+module_qtscript_examples.target = module-qtscript-examples
+module_qtscript_examples.depends = module_qtscript_src
+
+module_qtscript_tests.subdir = tests
+module_qtscript_tests.target = module-qtscript-tests
+module_qtscript_tests.depends = module_qtscript_src
+module_qtscript_tests.CONFIG = no_default_target no_default_install
+
+SUBDIRS += module_qtscript_src \
+ module_qtscript_examples \
+ module_qtscript_tests \