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
|