diff options
Diffstat (limited to 'examples/qtgl/qtgl.pro')
-rw-r--r-- | examples/qtgl/qtgl.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/qtgl/qtgl.pro b/examples/qtgl/qtgl.pro new file mode 100644 index 0000000..83a68e4 --- /dev/null +++ b/examples/qtgl/qtgl.pro @@ -0,0 +1,12 @@ +###################################################################### +# Automatically generated by qmake (1.06c) Thu Mar 3 00:43:05 2005 +###################################################################### + +TEMPLATE = app +INCLUDEPATH += . +INCLUDEPATH += ../../kernel/include + +# Input +HEADERS += myqgl.h +SOURCES += main.cpp myqgl.cpp ../../kernel/ksquirrel-libs/fmt_utils.cpp +LIBS += -lGL -lGLU
\ No newline at end of file |