15 lines
263 B
Prolog
15 lines
263 B
Prolog
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
|
|
|