From 7a4a3e284fe6278bf9ce37c30de00f9085332201 Mon Sep 17 00:00:00 2001 From: Tomas Junnonen Date: Thu, 1 Apr 2010 13:43:37 +0300 Subject: 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 --- benchmarks/common_top.pri | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'benchmarks/common_top.pri') 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 -- cgit v1.2.3