author | Eckhart Koeppen <eckhart.koppen@nokia.com> |
Wed, 21 Apr 2010 11:15:19 +0300 | |
branch | RCL_3 |
changeset 11 | 25a739ee40f4 |
parent 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
CONFIG += qttest_p4 |
2 |
||
3 |
QT = core gui |
|
4 |
||
5 |
SOURCES += tst_qfilesystemmodel.cpp |
|
6 |
TARGET = tst_qfilesystemmodel |
|
7 |
||
8 |
symbian: { |
|
9 |
HEADERS += ../../../include/qtgui/private/qfileinfogatherer_p.h |
|
10 |
||
11 |
# need to deploy something to create the private directory |
|
12 |
dummyDeploy.sources = tst_qfilesystemmodel.cpp |
|
13 |
dummyDeploy.path = . |
|
14 |
DEPLOYMENT += dummyDeploy |
|
15 |
LIBS += -lefsrv |
|
16 |
} |