aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common_top.pri
diff options
context:
space:
mode:
authorTomas Junnonen <tomas.junnonen@nokia.com>2010-04-01 13:43:37 +0300
committerTomas Junnonen <tomas.junnonen@nokia.com>2010-04-01 17:10:02 +0300
commit7a4a3e284fe6278bf9ce37c30de00f9085332201 (patch)
tree13a4128196e9746eb4f00306ed8544810c92a8d7 /benchmarks/common_top.pri
parentfd475948280d76d2bc3c03ed8cab3ab8b701b104 (diff)
Changes: Modularized libdui
RevBy: Tomas, Holger Details: Libdui is split into modules as follows: - extensions: application extensions and mashup components - settings: settingslanguage - views: widget views - corelib: everything else
Diffstat (limited to 'benchmarks/common_top.pri')
-rw-r--r--benchmarks/common_top.pri16
1 files changed, 13 insertions, 3 deletions
diff --git a/benchmarks/common_top.pri b/benchmarks/common_top.pri
index 339402fc..765d1847 100644
--- a/benchmarks/common_top.pri
+++ b/benchmarks/common_top.pri
@@ -1,6 +1,16 @@
DUISRCDIR = ../../src/
STUBSDIR = ../stubs
-INCLUDEPATH += . $$DUISRCDIR $$STUBSDIR $$DUISRCDIR/include $$DUISRCDIR/core $$DUISRCDIR/widgets $$DUISRCDIR/workspace $$DUISRCDIR/style ../memorybenchmark/
+INCLUDEPATH += \
+ . \
+ $$STUBSDIR \
+ $$DUISRCDIR/include \
+ $$DUISRCDIR/corelib/core \
+ $$DUISRCDIR/corelib/widgets \
+ $$DUISRCDIR/corelib/workspace \
+ $$DUISRCDIR/corelib/style \
+ $$DUISRCDIR/views \
+ $$DUISRCDIR/views/style \
+ ../memorybenchmark/
DEPENDPATH = $$INCLUDEPATH
QMAKE_LIBDIR += ../../lib
@@ -17,9 +27,9 @@ win32|macx {
QMAKE_LFLAGS += -F../../lib
LIBS += -framework dui
}
- win32:LIBS += -L../../lib -ldui0
+ win32:LIBS += -lduicore0
} else {
- LIBS += ../../lib/libdui.so
+ LIBS += -lduicore
}
QMAKE_CXXFLAGS += -Werror