This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/iris-legacy/iris/example/conntest/conntest.pro

16 lines
263 B
Prolog
Raw Normal View History

2025-12-25 01:37:49 +05:00
TEMPLATE = app
CONFIG += qt thread console
TARGET = conntest
QT += qt3support network xml
# Dependencies
CONFIG += crypto
include(../../../cutestuff/cutestuff.pri)
include(../../iris.pri)
irisnet {
include(../../irisnet/irisnet.pri)
}
SOURCES += conntest.cpp