mirror of https://github.com/AxioDL/boo.git
commit
0d1fae7aae
25
libBoo.pri
25
libBoo.pri
|
@ -1,10 +1,31 @@
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
$$PWD/include/boo.hpp \
|
$$PWD/include/boo.hpp \
|
||||||
$$PWD/include/IContext.hpp \
|
$$PWD/include/IContext.hpp \
|
||||||
|
$$PWD/include/ISurface.hpp \
|
||||||
|
$$PWD/include/IRetraceWaiter.hpp
|
||||||
|
|
||||||
|
unix:HEADERS += \
|
||||||
|
$$PWD/include/CGLXContext.hpp \
|
||||||
|
|
||||||
|
mac:HEADERS += \
|
||||||
$$PWD/include/CCGLContext.hpp \
|
$$PWD/include/CCGLContext.hpp \
|
||||||
$$PWD/include/ISurface.hpp
|
|
||||||
|
win32:HEADERS += \
|
||||||
|
$$PWD/include/CWGLContext.hpp \
|
||||||
|
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
$$PWD/src/CCGLContext.cpp
|
$$PWD/src/CSurface.cpp \
|
||||||
|
$$PWD/src/CCGLContext.cpp \
|
||||||
|
$$PWD/src/CRetraceWaiter.cpp
|
||||||
|
|
||||||
|
unix:SOURCES += \
|
||||||
|
$$PWD/src/CGLXContext.cpp \
|
||||||
|
|
||||||
|
mac:OBJECTIVE_SOURCES += \
|
||||||
|
$$PWD/src/CCGLCocoaView.mm
|
||||||
|
|
||||||
|
win32:SOURCES += \
|
||||||
|
$$PWD/src/CWGLContext.cpp \
|
||||||
|
|
||||||
INCLUDEPATH += $$PWD/include
|
INCLUDEPATH += $$PWD/include
|
||||||
|
|
Loading…
Reference in New Issue