qt/qapplication/test/test.pro
author Brendan Donegan <brendand@symbian.org>
Mon, 14 Jun 2010 12:26:38 +0100
branchSymbian3
changeset 43 14fcccfb4c0c
parent 41 72f7e4177ac7
permissions -rw-r--r--
Cleaning up the new Qt tests, removing redundant code
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
41
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     1
load(qttest_p4)
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     2
43
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents: 41
diff changeset
     3
SOURCES += ../smoke_qapplication.cpp
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents: 41
diff changeset
     4
TARGET = ../smoke_qapplication
41
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     5
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     6
someTest.sources = test.pro
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     7
someTest.path = test
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     8
DEPLOYMENT = additional deploy someTest windowIcon
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
     9
LIBS += -lcone -lavkon
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    10
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    11
symbian {
43
14fcccfb4c0c Cleaning up the new Qt tests, removing redundant code
Brendan Donegan <brendand@symbian.org>
parents: 41
diff changeset
    12
    TARGET = ../../release/tst_smoke_qapplication
41
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    13
}
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    14
72f7e4177ac7 Smoketest for Qt: Gestures and QApplication
Brendan Donegan <brendand@symbian.org>
parents:
diff changeset
    15