bigscene-cpp.pro Example File

bigscene-cpp/bigscene-cpp.pro

  !include( ../examples.pri ) {
      error( "Couldn't find the examples.pri file!" )
  }

  QT += 3dcore 3drender 3dinput

  SOURCES += \
      main.cpp \
      entity.cpp

  HEADERS += \
      entity.h