mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpdetailsview/unittest_mpdetailsview.pro
changeset 48 af3740e3753f
parent 32 c163ef0b758d
equal deleted inserted replaced
42:79c49924ae23 48:af3740e3753f
    20 					hb
    20 					hb
    21 QT += webkit \
    21 QT += webkit \
    22     network \
    22     network \
    23     xml
    23     xml
    24 
    24 
       
    25 TARGET.CAPABILITY = All -TCB
    25 TARGET = 
    26 TARGET = 
    26 DEPENDPATH += . 
    27 DEPENDPATH += . 
    27 INCLUDEPATH += ./stub/inc \
    28 INCLUDEPATH += ./stub/inc \
    28 	       ../../inc \
    29 	       ../../inc \
    29 	       ../../../../inc
    30 	       ../../../../inc
    32 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    33 INCLUDEPATH += $$APP_LAYER_SYSTEMINCLUDE
    33 
    34 
    34 LIBS += -lmpxviewframeworkqt.dll \
    35 LIBS += -lmpxviewframeworkqt.dll \
    35         -lmpsettingsmanager.dll
    36         -lmpsettingsmanager.dll
    36 
    37 
       
    38 MOC_DIR = ./
       
    39 
    37 # Input
    40 # Input
    38 HEADERS += inc/unittest_mpdetailsview.h \
    41 HEADERS += inc/unittest_mpdetailsview.h \
    39 		   ../../inc/mpdetailsview.h \
    42 		   ../../inc/mpdetailsview.h \
    40 		   stub/inc/mpquerymanager.h \
    43 		   stub/inc/mpquerymanager.h \
    41 		   stub/inc/mpengine.h \
    44 		   stub/inc/mpengine.h \
    42 		   stub/inc/mpenginefactory.h \
    45 		   stub/inc/mpenginefactory.h \
    43            stub/inc/mpsongdata.h \
    46            stub/inc/mpsongdata.h \
    44            stub/inc/thumbnailmanager_qt.h \
    47            stub/inc/thumbnailmanager_qt.h \
    45            stub/inc/mpdetailssharedialog.h \
       
    46            ../../../../inc/mpviewbase.h
    48            ../../../../inc/mpviewbase.h
    47            
    49            
    48 
    50 
    49 SOURCES += src/unittest_mpdetailsview.cpp \
    51 SOURCES += src/unittest_mpdetailsview.cpp \
    50 	       ../../src/mpdetailsview.cpp \
    52                #../../src/mpdetailsview.cpp \
    51 		   stub/src/mpquerymanager.cpp \	       
    53 		   stub/src/mpquerymanager.cpp \	       
    52 		   stub/src/mpengine.cpp \
    54 		   stub/src/mpengine.cpp \
    53 		   stub/src/mpenginefactory.cpp \		       
    55 		   stub/src/mpenginefactory.cpp \		       
    54            stub/src/mpsongdata.cpp \
    56            stub/src/mpsongdata.cpp \
    55            stub/src/thumbnailmanager_qt.cpp \
    57            stub/src/thumbnailmanager_qt.cpp \
    56            stub/src/mpdetailssharedialog.cpp
       
    57 
    58 
    58 RESOURCES += ../../resources/mpdetailsviewresources.qrc
    59 RESOURCES += ../../resources/mpdetailsviewresources.qrc