summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2013-08-19 11:59:24 -0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-19 17:02:51 +0200
commita512be4f73c10be286eb90f5d5079a51474e7250 (patch)
tree78b182163243494e01a505ae238449228209c099 /modules
parentc9f5f1f84c7fd3c5eb3213ed8b70dd8724b6fcb8 (diff)
Add initial implementation of wrappedobjects refactoring
Change-Id: Ifbf8c9c6c549c0db38df2b648b4b36f2cd637d33 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/qtmodeling.pri17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/qtmodeling.pri b/modules/qtmodeling.pri
new file mode 100644
index 00000000..c0946216
--- /dev/null
+++ b/modules/qtmodeling.pri
@@ -0,0 +1,17 @@
+QT.modeling.VERSION = 5.1.0
+QT.modeling.MAJOR_VERSION = 5
+QT.modeling.MINOR_VERSION = 1
+QT.modeling.PATCH_VERSION = 0
+
+QT.modeling.name = QtModeling
+QT.modeling.bins = $$QT_MODULE_BIN_BASE
+QT.modeling.includes = $$QT_MODULE_INCLUDE_BASE $$QT_MODULE_INCLUDE_BASE/$$QT.modeling.name
+QT.modeling.private_includes = $$QT_MODULE_INCLUDE_BASE/$$QT.modeling.name/$$QT.modeling.VERSION
+QT.modeling.sources = $$QT_MODULE_BASE/src/modeling
+QT.modeling.libs = $$QT_MODULE_LIB_BASE
+QT.modeling.plugins = $$QT_MODULE_PLUGIN_BASE
+QT.modeling.imports = $$QT_MODULE_IMPORT_BASE
+QT.modeling.depends = core
+
+QT.modeling.DEFINES = QT_MODELING_LIB
+QT_CONFIG += modeling