mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-20 17:32:26 +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.
12 lines
289 B
Prolog
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
|