mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-21 17:22:24 +08:00
build nui with scons (#19561)
* it builds * cleanup * remove that old-commit-hash: 3c00e6792c905bffb5997970fea9b13f43ccf451
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Import('qt_env', 'messaging')
|
||||
|
||||
qt_env['CPPPATH'] += ["#tools/clib"]
|
||||
qt_env['CXXFLAGS'] += ["-Wno-deprecated-declarations"]
|
||||
|
||||
libs = [messaging, 'avutil', 'avcodec', 'avformat', 'bz2', 'capnp', 'kj',
|
||||
'pthread', 'swscale', 'zmq']
|
||||
|
||||
qt_env.Program("_nui",
|
||||
['main.cpp', 'Unlogger.cpp', 'FileReader.cpp', '../clib/FrameReader.cpp'],
|
||||
LIBS=qt_env['LIBS'] + libs)
|
||||
Reference in New Issue
Block a user