author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 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 |
} |