13 lines
230 B
Prolog
13 lines
230 B
Prolog
QT += core gui network widgets
|
|
|
|
TARGET = ../../SparrowBot
|
|
TEMPLATE = app
|
|
CONFIG += c++11
|
|
|
|
debug:LIBS += ../ircbot/debug/libircbot.a
|
|
release:LIBS += ../ircbot/release/libircbot.a
|
|
|
|
INCLUDEPATH += ../ircbot
|
|
|
|
SOURCES = main.cpp
|