blob: 91b630d5dd8763ad928ce220e7c068216b8743cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
load(qttest_p4)
SOURCES += tst_qfileinfo.cpp
QT = core
RESOURCES += qfileinfo.qrc
wince*: {
deploy.sources += qfileinfo.qrc tst_qfileinfo.cpp
res.sources = resources\file1 resources\file1.ext1 resources\file1.ext1.ext2
res.path = resources
DEPLOYMENT = deploy res
}
|