initial commit

This commit is contained in:
mikhail "synzr" 2025-12-25 01:37:49 +05:00
commit 9d20827c46
2469 changed files with 470994 additions and 0 deletions

View file

@ -0,0 +1,14 @@
IRIS_BASE = ../../..
include(../../libbase.pri)
TEMPLATE = lib
CONFIG += plugin
QT -= gui
DESTDIR = $$IRIS_BASE/plugins
VERSION = 1.0.0
INCLUDEPATH *= $$PWD/../corelib
LIBS += -L$$IRIS_BASE/lib -lirisnetcore
include(appledns.pri)