summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro S. Andrade <sandroandrade@kde.org>2014-09-26 17:55:18 -0300
committerSandro S. Andrade <sandroandrade@kde.org>2014-09-26 22:56:24 +0200
commit001a7e58fcaa2b8c149b8e4a223c8d5f097c0ef9 (patch)
tree92791a3fb9ca90cfdf047c437a1b1b408485e9d2
parent69d93c7bc8d032e07fd42551bc4dd9c9d4ce264b (diff)
Fix the inclusion of MeasurementProfile module
Change-Id: I9cef9d4b777024abaaba1c43e6d6fe97baf5b160 Reviewed-by: Sandro S. Andrade <sandroandrade@kde.org>
-rw-r--r--.qmake.conf2
-rw-r--r--src/src.pro2
-rw-r--r--sync.profile13
3 files changed, 6 insertions, 11 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 00e3fcf4..3d3f19b8 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,3 +1,3 @@
load(qt_build_config)
-MODULE_VERSION = 5.3.1
+MODULE_VERSION = 5.3.2
diff --git a/src/src.pro b/src/src.pro
index 5b31a09e..fa3a9667 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,5 +1,5 @@
TEMPLATE = subdirs
CONFIG += ordered
-SUBDIRS = modeling mof uml saduseprofile duse plugins
+SUBDIRS = modeling mof uml saduseprofile measurementprofile duse plugins
qtHaveModule(widgets): SUBDIRS += modelingwidgets
diff --git a/sync.profile b/sync.profile
index d32194b6..5e5f4782 100644
--- a/sync.profile
+++ b/sync.profile
@@ -5,6 +5,7 @@
"QtUml" => "$basedir/src/uml",
"QtDuse" => "$basedir/src/duse",
"QtSADuseProfile" => "$basedir/src/saduseprofile",
+ "QtMeasurementProfile" => "$basedir/src/measurementprofile",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
@@ -28,15 +29,9 @@
"qtsaduseprofileversion.h" => "QtSADuseProfileVersion",
"qtsaduseprofileglobal.h" => "QtSADuseProfileGlobal",
"qtsaduseprofilenamespace.h" => "QtSADuseProfileNamespace",
-);
-
-%modulepris = (
- "QtModeling" => "$basedir/modules/qtmodeling.pri",
- "QtModelingWidgets" => "$basedir/modules/qtmodelingwidgets.pri",
- "QtMof" => "$basedir/modules/qtmof.pri",
- "QtUml" => "$basedir/modules/qtuml.pri",
- "QtDuse" => "$basedir/modules/qtduse.pri",
- "QtSADuseProfile" => "$basedir/modules/qtsaduseprofile.pri",
+ "qtmeasurementprofileversion.h" => "QtMeasurementProfileVersion",
+ "qtmeasurementprofileglobal.h" => "QtMeasurementProfileGlobal",
+ "qtmeasurementprofilenamespace.h" => "QtMeasurementProfileNamespace",
);
%dependencies = (