SparrowBot/app/app.pro
2016-06-20 11:15:43 +02:00

37 lines
674 B
Prolog

QT += core gui network widgets
DESTDIR = $$relative_path($$bin_dir)
TARGET = SparrowBot
TEMPLATE = app
CONFIG += c++11
LIBS += $$relative_path($$lib_dir/libircbot.a)
INCLUDEPATH += ../ircbot
SOURCES = main.cpp \
regismodule.cpp \
sparrowmodule.cpp \
vocab.cpp \
poilaumodule.cpp \
fourasmodule.cpp \
riddles.cpp \
todomodule.cpp \
jankenmodule.cpp \
janken.cpp \
rpgmodule.cpp \
punishermodule.cpp
HEADERS += \
regismodule.h \
sparrowmodule.h \
vocab.h \
poilaumodule.h \
fourasmodule.h \
riddles.h \
todomodule.h \
jankenmodule.h \
janken.h \
rpgmodule.h \
punishermodule.h