tests/auto/qdesktopservices/qdesktopservices.pro
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Thu, 29 Apr 2010 15:15:16 +0300
branchRCL_3
changeset 17 4b6ee5efea19
parent 0 1918ee327afb
child 33 3e2da88830cd
permissions -rw-r--r--
2010-17 9996a03743ab23f83c83c5bc7ade0f82f71b1506

CONFIG += qttest_p4

SOURCES		+= tst_qdesktopservices.cpp
TARGET		= tst_qdesktopservices
symbian: {
   dummy.sources = text\testfile.txt
   dummy.path = .

   text.sources = text\*
   text.path = \data\others\

   image.sources = image\*
   image.path = \data\images\

   audio.sources = audio\*
   audio.path = \data\sounds\

   video.sources = video\*
   video.path = \data\videos\

   install.sources = install\*
   install.path = \data\installs\

   DEPLOYMENT += image audio video install

   # These are only needed for manual tests
   #DEPLOYMENT += dummy text
   }