aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: 4e68796252144b45b3c46230654d7ad37e5c7ac8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT       += testlib cloudmessaging
QT       -= gui

TARGET = tst_qcloudmessaging
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app

DEFINES += QT_DEPRECATED_WARNINGS

SOURCES += \
        tst_qcloudmessaging.cpp

DEFINES += SRCDIR=\\\"$$PWD/\\\"