diff options
Diffstat (limited to 'qtxmlpatterns.pro')
-rw-r--r-- | qtxmlpatterns.pro | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/qtxmlpatterns.pro b/qtxmlpatterns.pro new file mode 100644 index 0000000..6fe9b06 --- /dev/null +++ b/qtxmlpatterns.pro @@ -0,0 +1,22 @@ +TEMPLATE = subdirs + +module_qtxmlpatterns_src.subdir = src +module_qtxmlpatterns_src.target = module-qtxmlpatterns-src + +module_qtxmlpatterns_tools.subdir = tools +module_qtxmlpatterns_tools.target = module-qtxmlpatterns-tools +module_qtxmlpatterns_tools.depends = module_qtxmlpatterns_src + +module_qtxmlpatterns_examples.subdir = examples/xmlpatterns +module_qtxmlpatterns_examples.target = module-qtxmlpatterns-examples +module_qtxmlpatterns_examples.depends = module_qtxmlpatterns_src + +module_qtxmlpatterns_tests.subdir = tests +module_qtxmlpatterns_tests.target = module-qtxmlpatterns-tests +module_qtxmlpatterns_tests.depends = module_qtxmlpatterns_src +module_qtxmlpatterns_tests.CONFIG = no_default_target no_default_install + +SUBDIRS += module_qtxmlpatterns_src \ + module_qtxmlpatterns_tools \ + module_qtxmlpatterns_examples \ + module_qtxmlpatterns_tests \ |