Alessandro Bonazzi 8c43d5cf2f Patch level : 12.00
Files correlati     : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe

Bug                 :

Commento:
Merge 1.0 libraries
2025-04-06 00:42:21 +02:00

31 lines
581 B
Prolog

CONFIG += testcase
TARGET = tst_qdesktopservices
QT += testlib
SOURCES += tst_qdesktopservices.cpp
symbian: {
dummy.files = text\\testfile.txt
dummy.path = .
text.files = text\\*
text.path = \\data\\others
image.files = image\\*
image.path = \\data\\images
audio.files = audio\\*
audio.path = \\data\\sounds
video.files = video\\*
video.path = \\data\\videos
install.files = install\\*
install.path = \\data\\installs
DEPLOYMENT += image audio video install
# These are only needed for manual tests
#DEPLOYMENT += dummy text
}