18 lines
251 B
Prolog
18 lines
251 B
Prolog
JOEY = /home/scott/joey
|
|
include($$JOEY/dist/joey.pri)
|
|
|
|
HEADERS += \
|
|
j3d.h \
|
|
j3dtbls.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"
|