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

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