SOURCES += src/main.cpp src/wengine.cpp src/engine/engine.cpp HEADERS += src/wengine.hpp src/engine/engine.hpp unix { UI_DIR = .ui MOC_DIR = .moc OBJECTS_DIR = .obj } TEMPLATE =app TARGET = wdemo CONFIG += qt warn_on release opengl INCLUDEPATH += . exists( $(QTDIR)/lib/libqt-mt* ) { message( "Configuring for multi-threaded Qt..." ) CONFIG += thread } LANGUAGE = C++ unix { documentation.path = /usr/local/man/man1 documentation.files = docs/* target.path = $$OUTDIR INSTALLS += target documentation } message( "Creating Makefile...")