!include( ../examples.pri ) { error( "Couldn't find the examples.pri file!" ) } SOURCES += main.cpp \ surfacegraph.cpp HEADERS += surfacegraph.h QT += widgets INSTALLS += target RESOURCES += surface.qrc OTHER_FILES += doc/src/* \ doc/images/*