summaryrefslogtreecommitdiffstats
path: root/tests/auto/main/main.pro
blob: e60ec75fd175a1584b6c55ba3e291c4beb90b18a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TARGET = tst_main

include($$PWD/../tests.pri)

# this test keeps crashing in a VirtualBox based CI environment, when executed
# via ssh (which gets the test run in Window's session 0 (no visible desktop)
luxoft-ci:CONFIG *= insignificant_test

QT *= appman_manager-private \
      appman_application-private \
      appman_common-private \
      appman_main-private \
      appman_intent_server-private \

SOURCES += tst_main.cpp

RESOURCES = main.qrc

OTHER_FILES += am-config.yaml