mirror of
https://github.com/AxioDL/boo.git
synced 2025-08-03 10:45:46 +00:00
9 lines
130 B
Prolog
9 lines
130 B
Prolog
CONFIG -= Qt
|
|
CONFIG += app c++11
|
|
|
|
unix:CONFIG += link_pkgconfig
|
|
unix:PKGCONFIG += x11
|
|
|
|
include(libBoo.pri)
|
|
include(test/test.pri)
|