hgcacheproxymodel/tsrc/fute/HgCacheProxyModelTestApp/hgcacheproxymodeltestapp.pro
equal
deleted
inserted
replaced
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 |