1 2 3 4 5 6 7 8 9
QT += widgets gui network FORMS += \ irc/mainwindow.ui HEADERS += \ irc/mainwindow.h SOURCES += \ irc/mainwindow.cpp