summaryrefslogtreecommitdiff
path: root/qtsvg.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
commit983a4b61f1da719dac647a7190533d1edf2b2159 (patch)
tree3b52101d36c2b432540c20e0e188f62197c42c59 /qtsvg.pro
downloadqtsvg-983a4b61f1da719dac647a7190533d1edf2b2159.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 'qtsvg.pro')
-rw-r--r--qtsvg.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/qtsvg.pro b/qtsvg.pro
new file mode 100644
index 0000000..19ff9d5
--- /dev/null
+++ b/qtsvg.pro
@@ -0,0 +1,18 @@
+TEMPLATE = subdirs
+
+module_qtsvg_src.subdir = src
+module_qtsvg_src.target = module-qtsvg-src
+
+module_qtsvg_demos.subdir = demos
+module_qtsvg_demos.target = module-qtsvg-demos
+module_qtsvg_demos.depends = module_qtsvg_src
+
+module_qtsvg_tests.subdir = tests
+module_qtsvg_tests.target = module-qtsvg-tests
+module_qtsvg_tests.depends = module_qtsvg_src
+module_qtsvg_tests.CONFIG = no_default_target no_default_install
+
+SUBDIRS += module_qtsvg_src \
+ module_qtsvg_demos \
+ module_qtsvg_tests \
+