mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-09 06:35:53 +00:00
10 lines
140 B
Prolog
10 lines
140 B
Prolog
CONFIG -= Qt
|
|
CONFIG += app c++11
|
|
|
|
HEADERS += \
|
|
include/IContext.hpp \
|
|
include/CGLXContext.hpp
|
|
|
|
SOURCES += \
|
|
src/CGLXContext.cpp
|