Files
OrcaSlicer-KX/deps_src/qhull/src/user_eg/user_eg.pro
SoftFever 883607e1d4 Refactor folder (#10475)
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.
2025-08-22 20:02:26 +08:00

12 lines
289 B
Prolog

# -------------------------------------------------
# user_eg.pro -- Qt project for Qhull demonstration using shared Qhull library
#
# It uses reentrant Qhull
# -------------------------------------------------
include(../qhull-app-shared_r.pri)
TARGET = user_eg
SOURCES += user_eg_r.c