blob: 6c6a36b0b612e2982016017120152410f1862f19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
TEMPLATE = app
TARGET = contacts-tester
DEPENDPATH += .
INCLUDEPATH += .
include(../../../common.pri)
#not really a test case but deployment happens same way
CONFIG += testcase
CONFIG += mobility
MOBILITY += contacts
INCLUDEPATH += . \
../../../src/contacts\
../../../src/contacts/filters \
../../../src/contacts/requests \
../../../src/contacts/details \
../../../src/global
# Input
HEADERS += mainwindow.h
SOURCES += main.cpp mainwindow.cpp
maemo*:CONFIG += manual_test
|