summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2012-09-12 20:16:18 +0000
committerSandro S. Andrade <sandroandrade@kde.org>2012-09-13 14:46:30 +0200
commitf4475a06367bc532d4ef81c434a14a372e38f227 (patch)
tree7284fb726c43162b3755a123a6ce295066ccd95c /modules
parentd4711c83c99c8bbc6e1eef1c42844a46ff7effe6 (diff)
Prepare initial module structure
Right now only the QtMof module is being develop, but other modules are expected to exist in the future (e.g. QtUml). Change-Id: Iee7e7c88487286c727a75af493a43d4c6fadbaf6 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/qtmof.pri17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/qtmof.pri b/modules/qtmof.pri
new file mode 100644
index 00000000..80535cdf
--- /dev/null
+++ b/modules/qtmof.pri
@@ -0,0 +1,17 @@
+QT.mof.VERSION = 1.0.0
+QT.mof.MAJOR_VERSION = 1
+QT.mof.MINOR_VERSION = 0
+QT.mof.PATCH_VERSION = 0
+
+QT.mof.name = QtMof
+QT.mof.bins = $$QT_MODULE_BIN_BASE
+QT.mof.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/$$QT.mof.name
+QT.mof.private_includes = $$QT_MODULE_INCLUDE_BASE/$$QT.mof.name/$$QT.mof.VERSION
+QT.mof.sources = $$QT_MODULE_BASE/src/mof
+QT.mof.libs = $$QT_MODULE_LIB_BASE
+QT.mof.plugins = $$QT_MODULE_PLUGIN_BASE
+QT.mof.imports = $$QT_MODULE_IMPORT_BASE
+QT.mof.depends = core
+
+QT.mof.DEFINES = QT_MOF_LIB
+QT_CONFIG += mof