Small fixes for sailfish os
[quandoparte] / test / test.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2011-05-08T17:25:28
4 #
5 #-------------------------------------------------
6
7 QT       += network webkit xml testlib
8
9 TARGET = tst_quandopartetest
10 CONFIG   += console
11 CONFIG   -= app_bundle
12
13 TEMPLATE = app
14
15
16 SOURCES += \
17     tst_app.cpp ../application/stationlistmodel.cpp
18
19 HEADERS += ../application/stationlistmodel.h
20
21 DEFINES += SRCDIR=\\\"$$PWD/\\\"
22
23 unix:!symbian {
24     maemo5 {
25         target.path = /opt/usr/bin
26     } else {
27         target.path = /usr/local/bin
28     }
29     INSTALLS += target
30 }
31
32 OTHER_FILES += \
33     testfiles/empty.qpl \
34     testfiles/malformed1.qpl \
35     testfiles/emptystation.qpl \
36     testfiles/teststation.qpl