summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2012-09-14 21:40:24 +0000
committerSandro S. Andrade <sandroandrade@kde.org>2012-09-14 23:43:47 +0200
commit462a82437dea50c09d7bc42bd882124161e8bd52 (patch)
tree9e42c7f5c75188f10491148322f5bca8ccc69986 /modules
parent3bae64fdb2ae9986b114ef4051ac682ad67daff0 (diff)
Add initial classes.
Affected namespaces: - UML::Classes::Kernel - MOF::Reflection - MOF::Common Change-Id: I5b399cffe699da06048e49df5c7fff7b3c30720c Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/qtmof.pri2
-rw-r--r--modules/qtuml.pri17
2 files changed, 18 insertions, 1 deletions
diff --git a/modules/qtmof.pri b/modules/qtmof.pri
index 80535cdf..38660a47 100644
--- a/modules/qtmof.pri
+++ b/modules/qtmof.pri
@@ -11,7 +11,7 @@ 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.depends = core uml
QT.mof.DEFINES = QT_MOF_LIB
QT_CONFIG += mof
diff --git a/modules/qtuml.pri b/modules/qtuml.pri
new file mode 100644
index 00000000..271ab2b4
--- /dev/null
+++ b/modules/qtuml.pri
@@ -0,0 +1,17 @@
+QT.uml.VERSION = 1.0.0
+QT.uml.MAJOR_VERSION = 1
+QT.uml.MINOR_VERSION = 0
+QT.uml.PATCH_VERSION = 0
+
+QT.uml.name = QtUml
+QT.uml.bins = $$QT_MODULE_BIN_BASE
+QT.uml.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/$$QT.uml.name
+QT.uml.private_includes = $$QT_MODULE_INCLUDE_BASE/$$QT.uml.name/$$QT.uml.VERSION
+QT.uml.sources = $$QT_MODULE_BASE/src/uml
+QT.uml.libs = $$QT_MODULE_LIB_BASE
+QT.uml.plugins = $$QT_MODULE_PLUGIN_BASE
+QT.uml.imports = $$QT_MODULE_IMPORT_BASE
+QT.uml.depends = core
+
+QT.uml.DEFINES = QT_UML_LIB
+QT_CONFIG += uml