summaryrefslogtreecommitdiffstats
path: root/tests/manual/sslconfiguration/sslconfiguration.pro
blob: a9e744cc772079a753672656fa65a163947091d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT -= gui
QT += network mqtt

CONFIG += c++11 console
CONFIG -= app_bundle

DEFINES += QT_DEPRECATED_WARNINGS

SOURCES += \
        main.cpp

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target