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

10 lines
157 B
Prolog

IRIS_BASE = ../..
include(../../confapp.pri)
CONFIG -= app_bundle
QT += xml network
include(../../iris.pri)
SOURCES += xmpptest.cpp
INTERFACES += test.ui