aboutsummaryrefslogtreecommitdiff
path: root/projects.pro
diff options
context:
space:
mode:
authorTomas Junnonen <tomas.junnonen@nokia.com>2010-04-12 13:50:25 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-04-12 13:52:31 +0300
commitda73676c8a5af66b55523a9cdfbfbea2baa88a2a (patch)
tree0a3b8933a1817c152116da5fa8a7b5cdd8102e60 /projects.pro
parent8832674482d3b9a7fcf77b0cfdcb8e6fe4960b4d (diff)
Changes: Renamed dui to meegotouch
By: Holger, Daniel, Janne RevBy: Tomas, Holger
Diffstat (limited to 'projects.pro')
-rw-r--r--projects.pro38
1 files changed, 19 insertions, 19 deletions
diff --git a/projects.pro b/projects.pro
index 9cfc4d20..366f9526 100644
--- a/projects.pro
+++ b/projects.pro
@@ -6,7 +6,7 @@ CONFIG += ordered
TEMPLATE = subdirs
!win32 {
- !exists($${OUT_PWD}/mkspecs/duiconfig.pri) {
+ !exists($${OUT_PWD}/mkspecs/meegotouchconfig.pri) {
error("Please run ./configure before proceeding")
}
}
@@ -18,30 +18,30 @@ isEqual( IN_PWD, $${OUT_PWD} ) {
IS_OUT_OF_SOURCE = 1
}
-isEmpty(DUI_BUILD_PARTS) { #defaults
- DUI_BUILD_PARTS = libs demos
+isEmpty(M_BUILD_PARTS) { #defaults
+ M_BUILD_PARTS = libs demos
} else { #make sure the build order makes sense
- contains(DUI_BUILD_PARTS, libs) {
- DUI_BUILD_PARTS -= libs
- DUI_BUILD_PARTS = libs $$DUI_BUILD_PARTS
+ contains(M_BUILD_PARTS, libs) {
+ M_BUILD_PARTS -= libs
+ M_BUILD_PARTS = libs $$M_BUILD_PARTS
}
}
#process the projects
-for(PROJECT, $$list($$lower($$unique(DUI_BUILD_PARTS)))) {
+for(PROJECT, $$list($$lower($$unique(M_BUILD_PARTS)))) {
isEqual(PROJECT, libs) {
SUBDIRS += \
- duimoc \
- duigen \
+ mmoc \
+ mgen \
src \
src/translations \
contains(DEFINES, HAVE_DBUS) {
SUBDIRS += \
- duiappletrunner \
- duiapplicationextensionrunner \
- duiservicemapper \
- duithemedaemon \
+ mappletrunner \
+ mapplicationextensionrunner \
+ mservicemapper \
+ mthemedaemon \
tools
}
} else:isEqual(PROJECT, plainqt) {
@@ -61,7 +61,7 @@ for(PROJECT, $$list($$lower($$unique(DUI_BUILD_PARTS)))) {
}
}
-# put duigen, src and plainqt dirs in right build order...
+# put mgen, src and plainqt dirs in right build order...
contains( SUBDIRS, plainqt ) {
SUBDIRS -= plainqt
@@ -73,9 +73,9 @@ contains( SUBDIRS, src ) {
SUBDIRS = src $$SUBDIRS
}
-contains( SUBDIRS, duigen ) {
- SUBDIRS -= duigen
- SUBDIRS = duigen $$SUBDIRS
+contains( SUBDIRS, mgen ) {
+ SUBDIRS -= mgen
+ SUBDIRS = mgen $$SUBDIRS
}
# Docs are always explicitly built with "make doc"
@@ -83,8 +83,8 @@ include(doc/doc.pri)
# note: proper way to clean up extradata would be running pkgdata --clean...
# but listing *.a & *.o is easier with qmake
-QMAKE_CLEAN += lib/libdui* build-stamp configure-stamp tests/*/*.log.xml tests/*/*.log *.log.xml *.log **/*.gcda extradata/*.o extradata/*.a
-QMAKE_DISTCLEAN += lib/libdui* build-stamp configure-stamp tests/*/*.log.xml tests/*/*.log *.log.xml *.log **/*.gcda extradata/*.o extradata/*.a mkspecs/duiconfig.pri
+QMAKE_CLEAN += lib/libmeegotouch* build-stamp configure-stamp tests/*/*.log.xml tests/*/*.log *.log.xml *.log **/*.gcda extradata/*.o extradata/*.a
+QMAKE_DISTCLEAN += lib/libmeegotouch* build-stamp configure-stamp tests/*/*.log.xml tests/*/*.log *.log.xml *.log **/*.gcda extradata/*.o extradata/*.a mkspecs/meegotouchconfig.pri
check.target = check
check.CONFIG = recursive