aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc/irc.pri
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2014-12-06 10:13:40 +0100
committerRenaud G <renaud@rolisteam.org>2014-12-06 10:13:40 +0100
commit1b7a8f4fab5b16619081a7e2201d44e2d1a0f73b (patch)
tree5fddb446a50e87665c0ba5c4e6b6b72c05ecb5ef /irc/irc.pri
parent207f22bc4edd913e9e8c279eeba10caafa8df16b (diff)
downloadOneRoll-1b7a8f4fab5b16619081a7e2201d44e2d1a0f73b.tar.gz
OneRoll-1b7a8f4fab5b16619081a7e2201d44e2d1a0f73b.zip
Add irc bot code
Diffstat (limited to 'irc/irc.pri')
-rw-r--r--irc/irc.pri9
1 files changed, 9 insertions, 0 deletions
diff --git a/irc/irc.pri b/irc/irc.pri
new file mode 100644
index 0000000..c987e1e
--- /dev/null
+++ b/irc/irc.pri
@@ -0,0 +1,9 @@
+QT += widgets gui network
+FORMS += \
+ irc/mainwindow.ui
+
+HEADERS += \
+ irc/mainwindow.h
+
+SOURCES += \
+ irc/mainwindow.cpp