mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 05:17:19 +00:00
Move many third-party components' source codes from the src folder to a new folder called deps_src. The goal is to make the code structure clearer and easier to navigate.
10 lines
226 B
Prolog
10 lines
226 B
Prolog
# -------------------------------------------------
|
|
# qvoronoi.pro -- Qt project file for qvoronoi.exe
|
|
# -------------------------------------------------
|
|
|
|
include(../qhull-app-c.pri)
|
|
|
|
TARGET = qvoronoi
|
|
|
|
SOURCES += qvoronoi.c
|