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/irisnet/irisnet.pri

33 lines
549 B
Text
Raw Normal View History

2025-12-25 01:37:49 +05:00
QT *= network
INCLUDEPATH += $$PWD
# libidn
#LIBS += -lidn
include(jdns/jdns.pri)
HEADERS += \
$$PWD/jdnsshared.h \
$$PWD/irisnetexport.h \
$$PWD/irisnetplugin.h \
$$PWD/irisnetglobal.h \
$$PWD/irisnetglobal_p.h \
$$PWD/processquit.h \
$$PWD/netinterface.h \
$$PWD/netnames.h
SOURCES += \
$$PWD/jdnsshared.cpp \
$$PWD/irisnetplugin.cpp \
$$PWD/irisnetglobal.cpp \
$$PWD/processquit.cpp \
$$PWD/netinterface.cpp \
$$PWD/netnames.cpp
SOURCES += \
$$PWD/netinterface_unix.cpp \
$$PWD/netnames_jdns.cpp
include(legacy/legacy.pri)