mirror of
https://github.com/AxioDL/boo.git
synced 2025-06-06 06:33:46 +00:00
9 lines
142 B
Prolog
9 lines
142 B
Prolog
CONFIG -= Qt
|
|
CONFIG += app c++11
|
|
|
|
unix:!macx:CONFIG += link_pkgconfig
|
|
unix:!macx:PKGCONFIG += x11
|
|
|
|
include(libBoo.pri)
|
|
include(test/test.pri)
|