dust3d/build/dust3d.pro

27 lines
359 B
Prolog

TARGET = dust3d
TEMPLATE = app
QT += widgets opengl
CONFIG += debug
VPATH += ../src
INCLUDEPATH += ../src
SOURCES += main.cpp \
mainwindow.cpp \
render.cpp \
vector3d.c \
draw.cpp \
array.c \
bmesh.c \
matrix.c \
convexhull.c
HEADERS += mainwindow.h \
render.h \
vector3d.h \
draw.h \
array.h \
bmesh.h \
matrix.h \
convexhull.h