hgcacheproxymodel/tsrc/fute/HgCacheProxyModelTestApp/hgcacheproxymodeltestapp.pro
changeset 8 15f034b8a3b5
parent 2 49c70dcc3f17
child 17 a10844a9914d
equal deleted inserted replaced
5:4fa04caf0f43 8:15f034b8a3b5
     8 # Nokia Corporation - initial contribution.
     8 # Nokia Corporation - initial contribution.
     9 # Contributors:
     9 # Contributors:
    10 # Description:
    10 # Description:
    11 
    11 
    12 TEMPLATE = app
    12 TEMPLATE = app
    13 CONFIG += qtestlib console hb
    13 CONFIG += hb
    14 
    14 
    15 TARGET = hgcacheproxymodeltestapp
    15 TARGET = hgcacheproxymodeltestapp
    16 DEPENDPATH += . \
    16 DEPENDPATH += . \
    17     inc \
    17     inc \
    18     src
    18     src
    23     TARGET.EPOCALLOWDLLDATA = 1
    23     TARGET.EPOCALLOWDLLDATA = 1
    24     TARGET.CAPABILITY = ALL \
    24     TARGET.CAPABILITY = ALL \
    25         -TCB
    25         -TCB
    26 }
    26 }
    27 LIBS += -lhgcacheproxymodel \
    27 LIBS += -lhgcacheproxymodel \
       
    28 		-lganeswidgets \
    28         -lharvesterclient.dll \
    29         -lharvesterclient.dll \
    29         -lmdeclient.dll \ 
    30         -lmdeclient.dll \ 
    30 		-lthumbnailmanagerqt.dll \
    31 		-lthumbnailmanagerqt.dll \
    31 		-lflogger
    32 		-lflogger
    32 
    33