17 lines
284 B
Prolog
17 lines
284 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 \
|
|
regismodule.cpp
|
|
|
|
HEADERS += \
|
|
regismodule.h
|