summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = (