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

15 lines
213 B
Prolog

TEMPLATE = app
CONFIG += qt thread console
TARGET = server
MOC_DIR = .moc
OBJECTS_DIR = .obj
UI_DIR = .ui
include(../xmpptest/iris.pri)
SOURCES += server.cpp
# gentoo hack?
LIBS += -lcrypto