Warning, /graphics/digikam/core/libs/dplugins/webservices/o2/examples/facebookdemo/facebookdemo.pro is written in an unsupported language. File is not indexed.

0001 QT       += core gui
0002 
0003 greaterThan(QT_MAJOR_VERSION, 4) {
0004     QT += widgets
0005 }
0006 
0007 DEFINES += O0_EXPORT=
0008 include(../../src/src.pri)
0009 
0010 TARGET = facebookdemo
0011 TEMPLATE = app
0012 
0013 SOURCES += main.cpp \
0014     fbdemo.cpp
0015 
0016 HEADERS += \
0017     fbdemo.h