diff -r 92ab7f8d0eab -r 6bb1b21d2484 phonesettings/cpphonesettingsplugins/telephonyplugin/tsrc/ut_cptelephonypluginview/ut_cptelephonypluginview.pro --- a/phonesettings/cpphonesettingsplugins/telephonyplugin/tsrc/ut_cptelephonypluginview/ut_cptelephonypluginview.pro Fri Mar 19 09:28:42 2010 +0200 +++ b/phonesettings/cpphonesettingsplugins/telephonyplugin/tsrc/ut_cptelephonypluginview/ut_cptelephonypluginview.pro Fri Apr 16 14:58:25 2010 +0300 @@ -13,6 +13,7 @@ # # Description: # +# CONFIG += qtestlib hb TEMPLATE = app @@ -20,7 +21,7 @@ DEPENDPATH += . ../../src/ INCLUDEPATH += . INCLUDEPATH +=../../../cptelephonyutils/inc -DEFINES += BUILD_CPTELEPHONYUTILS +DEFINES += BUILD_CP_FRAMEWORK QT -= gui QT += testlib @@ -39,10 +40,10 @@ SOURCES += ut_cptelephonypluginview.cpp # code to be tested -HEADERS += ../../src/cptelephonypluginview.h \ - ../../../cptelephonyutils/inc/cpplugincommon.h +HEADERS += ../../src/cptelephonypluginview.h SOURCES += ../../src/cptelephonypluginview.cpp # mocks needed for testing -SOURCES += ../../../tsrc/mocks/mock_cpplugincommon.cpp +SOURCES += ../../../tsrc/mocks/mock_cppluginloader.cpp +