Initial commit with correct .gitignore
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
QT += core gui widgets opengl
|
||||
|
||||
CONFIG += c++11
|
||||
TEMPLATE = app
|
||||
TARGET = DotsToSirface
|
||||
LIBS += -lopengl32
|
||||
|
||||
SOURCES += \
|
||||
src/main.cpp \
|
||||
src/geometry/surface_reconstruction.cpp \
|
||||
src/ui/mainwindow.cpp \
|
||||
src/ui/glview.cpp
|
||||
|
||||
HEADERS += \
|
||||
src/geometry/surface_reconstruction.h \
|
||||
src/ui/mainwindow.h \
|
||||
src/ui/glview.h
|
||||
Reference in New Issue
Block a user