2015-04-18 21:45:34 +00:00
|
|
|
HEADERS += \
|
|
|
|
$$PWD/include/boo.hpp \
|
2015-04-18 21:57:44 +00:00
|
|
|
$$PWD/include/IContext.hpp \
|
|
|
|
$$PWD/include/CCGLContext.hpp \
|
|
|
|
$$PWD/include/ISurface.hpp
|
2015-04-18 21:45:34 +00:00
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/src/CCGLContext.cpp
|
|
|
|
|
|
|
|
INCLUDEPATH += $$PWD/include
|