Warning, /graphics/digikam/core/libs/dplugins/webservices/o2/examples/twitterdemo/twitterdemo.pro is written in an unsupported language. File is not indexed.
0001 QT += core gui 0002 0003 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets 0004 0005 DEFINES += O0_EXPORT= 0006 include(../../src/src.pri) 0007 0008 TARGET = twitterdemo 0009 TEMPLATE = app 0010 0011 SOURCES += main.cpp \ 0012 tweeter.cpp 0013 0014 HEADERS += \ 0015 tweeter.h