aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStanislav Ionascu <stanislav.ionascu@nokia.com>2010-12-21 13:05:44 +0200
committerStanislav Ionascu <stanislav.ionascu@nokia.com>2010-12-22 15:32:12 +0200
commit2c6a456aa12057d18ce93eac166931045268b443 (patch)
tree273d804765ebae73fd0217698fd63cdba300c9ff /tests
parentc81b40d9861c5c7ca611a7c9d487bc63704675ca (diff)
Changes: Make use of metatypes, so no need to compare strings on parsing stylesheet attributes values.
RevBy: Peter Penz, Kuisma Salonen, Dominik Kapusta Details: Removed the unrelevant #ifdefs as suggested. Also provided fixes for the unit tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/ft_mstylesheet/ft_mstylesheet.pro3
-rw-r--r--tests/ft_mstylesheetparser/ft_mstylesheetparser.pro2
-rw-r--r--tests/ut_mlogicalvalues/ut_mlogicalvalues.pro2
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/ft_mstylesheet/ft_mstylesheet.pro b/tests/ft_mstylesheet/ft_mstylesheet.pro
index 419c3605..78f8a940 100644
--- a/tests/ft_mstylesheet/ft_mstylesheet.pro
+++ b/tests/ft_mstylesheet/ft_mstylesheet.pro
@@ -1,8 +1,11 @@
include(../common_top.pri)
TARGET = ft_mstylesheet
QT += dbus svg network
+
LIBRARYPATH += $$MSRCDIR
+INCLUDEPATH += $$MSRCDIR/corelib/core/
+
STYLE_HEADERS += testobjectstyle.h testobject2style.h testobject3style.h
SOURCES += \
diff --git a/tests/ft_mstylesheetparser/ft_mstylesheetparser.pro b/tests/ft_mstylesheetparser/ft_mstylesheetparser.pro
index 3ca575a4..afe434f6 100644
--- a/tests/ft_mstylesheetparser/ft_mstylesheetparser.pro
+++ b/tests/ft_mstylesheetparser/ft_mstylesheetparser.pro
@@ -3,6 +3,8 @@ TARGET = ft_mstylesheetparser
QT += dbus svg network
LIBRARYPATH += $$MSRCDIR
+INCLUDEPATH += $$MSRCDIR/corelib/core/
+
SOURCES += \
ft_mstylesheetparser.cpp \
$$MSRCDIR/corelib/theme/mlogicalvalues.cpp \
diff --git a/tests/ut_mlogicalvalues/ut_mlogicalvalues.pro b/tests/ut_mlogicalvalues/ut_mlogicalvalues.pro
index cac868ca..a47f1440 100644
--- a/tests/ut_mlogicalvalues/ut_mlogicalvalues.pro
+++ b/tests/ut_mlogicalvalues/ut_mlogicalvalues.pro
@@ -3,6 +3,8 @@ TARGET = ut_mlogicalvalues
QT += dbus svg network
LIBRARYPATH += $$MSRCDIR
+INCLUDEPATH += $$MSRCDIR/corelib/core/
+
SOURCES += \
ut_mlogicalvalues.cpp \
$$MSRCDIR/corelib/theme/mlogicalvalues.cpp \