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/src/irisnet/appledns/appledns.pro
2025-12-25 01:38:25 +05:00

14 lines
234 B
INI

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)