From 460a74d2214e7a4e84cb56d2c988323ba683364f Mon Sep 17 00:00:00 2001 From: Miroslav Safr Date: Fri, 16 Jul 2010 11:49:29 +0300 Subject: Changes: Tests: relative paths to ../../src in .pro files changed to $$MSRCDIR RevBy: Details: We use rather $$MSRCDIR for src directory. It allows us to compile and use tests in libmeegotouch/build-i386/tests and in libmeegotouch/tests generated files have to accessed byt relative path, not by $$MSRCDIR --- tests/ut_mcombobox/ut_mcombobox.pro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/ut_mcombobox') diff --git a/tests/ut_mcombobox/ut_mcombobox.pro b/tests/ut_mcombobox/ut_mcombobox.pro index ee04b5f8..50ee4982 100644 --- a/tests/ut_mcombobox/ut_mcombobox.pro +++ b/tests/ut_mcombobox/ut_mcombobox.pro @@ -7,17 +7,17 @@ TARGET = ut_mcombobox # unit test and unit SOURCES += \ ut_mcombobox.cpp \ - ../../src/views/mcomboboxview.cpp \ - ../../src/views/widgets/mcomboboxbutton.cpp \ + $$MSRCDIR/views/mcomboboxview.cpp \ + $$MSRCDIR/views/widgets/mcomboboxbutton.cpp \ # unit test and unit HEADERS += \ ut_mcombobox.h INCLUDEPATH += \ - ../../src/corelib/widgets \ - ../../src/views \ - ../../src/views/widgets \ + $$MSRCDIR/corelib/widgets \ + $$MSRCDIR/views \ + $$MSRCDIR/views/widgets \ ../../src/views/.moc \ include(../common_bot.pri) -- cgit v1.2.3