mirror of https://github.com/AxioDL/boo.git
platform dirs
This commit is contained in:
parent
edb667d1ae
commit
741f0df6f3
16
libBoo.pri
16
libBoo.pri
|
@ -7,24 +7,26 @@ HEADERS += \
|
||||||
$$PWD/include/IRetraceWaiter.hpp
|
$$PWD/include/IRetraceWaiter.hpp
|
||||||
|
|
||||||
unix:!macx:HEADERS += \
|
unix:!macx:HEADERS += \
|
||||||
$$PWD/include/CGLXContext.hpp
|
$$PWD/include/x11/CGLXContext.hpp
|
||||||
|
|
||||||
mac:HEADERS += \
|
macx:HEADERS += \
|
||||||
$$PWD/include/CCGLContext.hpp
|
$$PWD/include/mac/CCGLContext.hpp
|
||||||
|
|
||||||
win32:HEADERS += \
|
win32:HEADERS += \
|
||||||
$$PWD/include/CWGLContext.hpp
|
$$PWD/include/win/CWGLContext.hpp
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
$$PWD/src/CSurface.cpp \
|
$$PWD/src/CSurface.cpp \
|
||||||
$$PWD/src/CCGLContext.cpp \
|
|
||||||
$$PWD/src/CRetraceWaiter.cpp
|
$$PWD/src/CRetraceWaiter.cpp
|
||||||
|
|
||||||
unix:!macx:SOURCES += \
|
unix:!macx:SOURCES += \
|
||||||
$$PWD/src/CGLXContext.cpp
|
$$PWD/src/CGLXContext.cpp
|
||||||
|
|
||||||
mac:OBJECTIVE_SOURCES += \
|
macx:SOURCES += \
|
||||||
$$PWD/src/CCGLCocoaView.mm
|
$$PWD/src/mac/CCGLContext.cpp
|
||||||
|
|
||||||
|
macx:OBJECTIVE_SOURCES += \
|
||||||
|
$$PWD/src/mac/CCGLCocoaView.mm
|
||||||
|
|
||||||
win32:SOURCES += \
|
win32:SOURCES += \
|
||||||
$$PWD/src/CWGLContext.cpp
|
$$PWD/src/CWGLContext.cpp
|
||||||
|
|
Loading…
Reference in New Issue