Initial commit with correct .gitignore

This commit is contained in:
2026-04-15 10:18:59 +03:00
commit c8e553e953
10 changed files with 1018 additions and 0 deletions
+17
View File
@@ -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