initial commit
This commit is contained in:
commit
9d20827c46
2469 changed files with 470994 additions and 0 deletions
13
iris-legacy/iris/irisnet/legacy/legacy.pri
Normal file
13
iris-legacy/iris/irisnet/legacy/legacy.pri
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
INCLUDEPATH += $$PWD
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/safedelete.h \
|
||||
$$PWD/ndns.h \
|
||||
$$PWD/srvresolver.h \
|
||||
$$PWD/servsock.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/safedelete.cpp \
|
||||
$$PWD/ndns.cpp \
|
||||
$$PWD/srvresolver.cpp \
|
||||
$$PWD/servsock.cpp
|
||||
Reference in a new issue