joeylib3d/j3d.pro

18 lines
259 B
Prolog

JOEY = /home/scott/joey
include($$JOEY/dist/joey.pri)
HEADERS += \
stretchy_buffer.h \
j3d.h
SOURCES += \
main.c \
j3d.c
OTHER_FILES += \
build-All.sh \
postlink.sh \
notes.txt \
cube.obj
linux:QMAKE_POST_LINK = $$PWD/postlink.sh "$$PWD" "$$JOEY"