1 2 3 4 5 6 7 8 9 10 11 12 13 14
QT += core gui greaterThan(QT_MAJOR_VERSION, 4): QT += widgets include(../../src/src.pri) TARGET = twitterdemo TEMPLATE = app SOURCES += main.cpp \ tweeter.cpp HEADERS += \ tweeter.h