aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_mappletinstancemanager
diff options
context:
space:
mode:
authorHolger Schroeder <holger.schroeder.ext@basyskom.de>2010-06-11 14:41:37 +0200
committerDaniel d'Andrada <daniel.dandrada@nokia.com>2010-06-30 11:21:59 +0300
commit1e1b95647f7ce6b698345e1a9ef28de7c35499c7 (patch)
tree67d98ad9ea37004f947f66cf1011d5f13e8f07d4 /tests/ut_mappletinstancemanager
parentf11dee17400d9998a2681a94b809d3e5ca17348f (diff)
Changes: unify usage of mmoc and mgen in the different .pro files
RevBy: Max Waterman Details: there was quite some code duplication in the usage of mmoc and mgen in the project. this is now all simplified and unified. all unit tests still pass.
Diffstat (limited to 'tests/ut_mappletinstancemanager')
-rw-r--r--tests/ut_mappletinstancemanager/ut_mappletinstancemanager.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ut_mappletinstancemanager/ut_mappletinstancemanager.pro b/tests/ut_mappletinstancemanager/ut_mappletinstancemanager.pro
index 41bf6ae3..f11d2c9f 100644
--- a/tests/ut_mappletinstancemanager/ut_mappletinstancemanager.pro
+++ b/tests/ut_mappletinstancemanager/ut_mappletinstancemanager.pro
@@ -18,7 +18,7 @@ SOURCES += \
../stubs/stubbase.cpp
# unit test and unit classes
-MGEN_MODEL_HEADERS += \
+MODEL_HEADERS += \
$$MSRCDIR/extensions/mashup/mashup/mapplethandlemodel.h \
$$MSRCDIR/extensions/applicationextension/mextensionhandlemodel.h \
@@ -31,6 +31,6 @@ HEADERS += \
$$MSRCDIR/extensions/mashup/mashup/mappletinstancemanagerdbusadaptor.h \
$$MSRCDIR/extensions/applicationextension/mextensionhandle.h \
$$MSRCDIR/extensions/mextensionwatcher.h \
- $$MGEN_MODEL_HEADERS
+ $$MODEL_HEADERS
include(../common_bot.pri)