mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-05 23:39:34 +00:00
7 lines
114 B
Prolog
7 lines
114 B
Prolog
TEMPLATE = app
|
|
CONFIG += thread console
|
|
TARGET = sslservtest
|
|
|
|
SOURCES += sslservtest.cpp
|
|
include(../examples.pri)
|