mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
8 lines
130 B
Prolog
8 lines
130 B
Prolog
TEMPLATE = app
|
|
CONFIG += thread console
|
|
TARGET = certtest
|
|
QT -= gui
|
|
|
|
SOURCES += certtest.cpp
|
|
include(../examples.pri)
|