mpviewplugins/mpdetailsviewplugin/tsrc/unittest_mpdetailsview/unittest_mpdetailsview.pro
changeset 45 612c4815aebe
parent 36 a0afa279b8fe
child 47 4cc1412daed0
equal deleted inserted replaced
43:0f32e550d9d8 45:612c4815aebe
    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
    31 
    32 
    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
       
    37 
       
    38 MOC_DIR = ./
    36 
    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 \
    45            stub/inc/mpdetailssharedialog.h \
    48            stub/inc/mpdetailssharedialog.h \
    46            ../../../../inc/mpviewbase.h
    49            ../../../../inc/mpviewbase.h
    47            
    50            
    48 
    51 
    49 SOURCES += src/unittest_mpdetailsview.cpp \
    52 SOURCES += src/unittest_mpdetailsview.cpp \
    50 	       ../../src/mpdetailsview.cpp \
    53                #../../src/mpdetailsview.cpp \
    51 		   stub/src/mpquerymanager.cpp \	       
    54 		   stub/src/mpquerymanager.cpp \	       
    52 		   stub/src/mpengine.cpp \
    55 		   stub/src/mpengine.cpp \
    53 		   stub/src/mpenginefactory.cpp \		       
    56 		   stub/src/mpenginefactory.cpp \		       
    54            stub/src/mpsongdata.cpp \
    57            stub/src/mpsongdata.cpp \
    55            stub/src/thumbnailmanager_qt.cpp \
    58            stub/src/thumbnailmanager_qt.cpp \