Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changes: Renamed dui to meegotouch
By: Holger, Daniel, Janne
RevBy: Tomas, Holger
  • Loading branch information
Tomas Junnonen committed Apr 12, 2010
1 parent 8832674 commit da73676
Show file tree
Hide file tree
Showing 4,489 changed files with 202,948 additions and 202,858 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
34 changes: 17 additions & 17 deletions benchmarks/benchmarks.pro
@@ -1,25 +1,25 @@
TEMPLATE = subdirs

SUBDIRS = \
mt_duibutton \
mt_duibuttongroup \
mt_duiimagewidget \
mt_duilist \
mt_duimenu \
mt_duitoolbar \
mt_duilabel \
mt_mbutton \
mt_mbuttongroup \
mt_mimagewidget \
mt_mlist \
mt_mmenu \
mt_mtoolbar \
mt_mlabel \
\
pt_duiapplication \
pt_duibutton \
pt_duicomponentdata \
pt_duiimagewidget \
pt_duimenu \
pt_minimalduiapplication \
pt_mapplication \
pt_mbutton \
pt_mcomponentdata \
pt_mimagewidget \
pt_mmenu \
pt_minimalmapplication \
pt_minimalqtapplication \
pt_duiprogressindicator \
pt_mprogressindicator \
pt_qapplication \
pt_duislider \
pt_duitheme \
pt_duitoolbar \
pt_mslider \
pt_mtheme \
pt_mtoolbar \
pt_widgetsgallery \

26 changes: 13 additions & 13 deletions benchmarks/common_top.pri
@@ -1,15 +1,15 @@
DUISRCDIR = ../../src/
MSRCDIR = ../../src/
STUBSDIR = ../stubs
INCLUDEPATH += \
. \
$$STUBSDIR \
$$DUISRCDIR/include \
$$DUISRCDIR/corelib/core \
$$DUISRCDIR/corelib/widgets \
$$DUISRCDIR/corelib/workspace \
$$DUISRCDIR/corelib/style \
$$DUISRCDIR/views \
$$DUISRCDIR/views/style \
$$MSRCDIR/include \
$$MSRCDIR/corelib/core \
$$MSRCDIR/corelib/widgets \
$$MSRCDIR/corelib/workspace \
$$MSRCDIR/corelib/style \
$$MSRCDIR/views \
$$MSRCDIR/views/style \
../memorybenchmark/

DEPENDPATH = $$INCLUDEPATH
Expand All @@ -19,22 +19,22 @@ QT += testlib dbus svg
TEMPLATE = app
# DEFINES += QT_NO_DEBUG_OUTPUT
DEFINES += UNIT_TEST
target.path = $$[QT_INSTALL_LIBS]/libdui-benchmarks
target.path = $$[QT_INSTALL_LIBS]/libmeegotouch-benchmarks
INSTALLS += target

win32|macx {
macx {
QMAKE_LFLAGS += -F../../lib
LIBS += -framework dui
LIBS += -framework m
}
win32:LIBS += -lduicore0
win32:LIBS += -lmeegotouchcore0
} else {
LIBS += -lduicore
LIBS += -lmeegotouchcore
}

QMAKE_CXXFLAGS += -Werror
support_files.files =
support_files.path = $$[QT_INSTALL_LIBS]/libdui-benchmarks
support_files.path = $$[QT_INSTALL_LIBS]/libmeegotouch-benchmarks
INSTALLS += support_files

CONFIG-=app_bundle
2 changes: 1 addition & 1 deletion benchmarks/memorybenchmark/memorybenchmark.h
Expand Up @@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (directui@nokia.com)
**
** This file is part of libdui.
** This file is part of libmeegotouch.
**
** If you have questions regarding the use of this file, please contact
** Nokia at directui@nokia.com.
Expand Down
234 changes: 0 additions & 234 deletions benchmarks/mt_duibutton/mt_duibutton.cpp

This file was deleted.

53 changes: 0 additions & 53 deletions benchmarks/mt_duibutton/mt_duibutton.h

This file was deleted.

0 comments on commit da73676

Please sign in to comment.