initial commit
This commit is contained in:
commit
9d20827c46
2469 changed files with 470994 additions and 0 deletions
15
iris-legacy/iris/example/conntest/conntest.pro
Normal file
15
iris-legacy/iris/example/conntest/conntest.pro
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
|
||||
Reference in a new issue