1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
QT = core widgets network networkauth requires(qtConfig(tableview)) CONFIG -= app_bundle HEADERS += \ twitter.h \ twittertimelinemodel.h SOURCES += \ main.cpp \ twitter.cpp \ twittertimelinemodel.cpp FORMS += \ twitterdialog.ui # install target.path = $$[QT_INSTALL_EXAMPLES]/oauth/twittertimeline INSTALLS += target