tests/auto/qapplication/test/test.pro
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 12:15:23 +0300
branchRCL_3
changeset 13 cc75c76972ee
parent 4 3b1da2848fc7
child 33 3e2da88830cd
permissions -rw-r--r--
a69086a7359b3de9db0823ce58d9aab8b5c369be

load(qttest_p4)

SOURCES += ../tst_qapplication.cpp
TARGET = ../tst_qapplication

wince* {
  additional.sources = ../desktopsettingsaware/desktopsettingsaware.exe
  additional.path = desktopsettingsaware
  someTest.sources = test.pro
  someTest.path = test
  DEPLOYMENT = additional deploy someTest
}

symbian*: {
  additional.sources = ../desktopsettingsaware/desktopsettingsaware.exe
  additional.path = desktopsettingsaware
  someTest.sources = test.pro
  someTest.path = test
  windowIcon.sources = ../heart.svg
  DEPLOYMENT = additional deploy someTest windowIcon
  LIBS += -lcone -lavkon
}

win32 {
  CONFIG(debug, debug|release) {
    TARGET = ../../debug/tst_qapplication
} else {
    TARGET = ../../release/tst_qapplication
  }
}