SOURCES += main.cpp \ glview/glview.cpp \ glview/engine/engine.cpp HEADERS += glview/glview.hpp \ glview/engine/engine.hpp unix { UI_DIR = .ui MOC_DIR = .moc OBJECTS_DIR = .obj } exists( $(QTDIR)/lib/libqt-mt* ) { message( "Configuring for multi-threaded Qt..." ) CONFIG += thread } unix { documentation.path = /usr/local/man/man1 documentation.files = docs/* target.path = $$OUTDIR INSTALLS += target documentation } message( "Creating Makefile...") FORMS = DataViewMain.ui IMAGES = stop.png \ arrowblack.png \ arrow-left.png \ arrow-right.png \ play.png TEMPLATE =app CONFIG += qt warn_on debug opengl INCLUDEPATH += . LANGUAGE = C++