From 983a4b61f1da719dac647a7190533d1edf2b2159 Mon Sep 17 00:00:00 2001 From: Qt by Nokia Date: Wed, 27 Apr 2011 12:05:43 +0200 Subject: 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 --- qtsvg.pro | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 qtsvg.pro (limited to 'qtsvg.pro') 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 \ + -- cgit v1.2.1