mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-21 09:52:11 +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
216 B
Prolog
10 lines
216 B
Prolog
# -------------------------------------------------
|
|
# qhalf.pro -- Qt project file for qconvex.exe
|
|
# -------------------------------------------------
|
|
|
|
include(../qhull-app-c.pri)
|
|
|
|
TARGET = qhalf
|
|
|
|
SOURCES += qhalf.c
|