From da73676c8a5af66b55523a9cdfbfbea2baa88a2a Mon Sep 17 00:00:00 2001 From: Tomas Junnonen Date: Mon, 12 Apr 2010 13:50:25 +0300 Subject: Changes: Renamed dui to meegotouch By: Holger, Daniel, Janne RevBy: Tomas, Holger --- projects.pro | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'projects.pro') 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 -- cgit v1.2.3