aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc/irc.pri
diff options
context:
space:
mode:
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