From 2c9bc9b806f533df7b8f5349467d0f4be95314a4 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 13 Jun 2020 16:09:24 +0200 Subject: Conversion qt3 -> tqt3 Signed-off-by: gregory guy --- scons/codeine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scons/codeine.py') diff --git a/scons/codeine.py b/scons/codeine.py index 742cc78..f65d97c 100644 --- a/scons/codeine.py +++ b/scons/codeine.py @@ -16,7 +16,7 @@ def generate( env ): if 'configure' in env['TARGS']: xine_lib_test_source_file = """ - #include + #include #include int main( int argc, char **argv ) @@ -58,7 +58,7 @@ def generate( env ): # this seems to import the user's CXXFLAGS, etc., which may break confenv = env.Copy() configure = confenv.Configure(custom_tests = {'CheckXineLib' : CheckXineLib, 'CheckKdeLibs' : CheckKdeLibs}, log_file='configure.log') - confenv.AppendUnique(LIBS = 'qt-mt') + confenv.AppendUnique(LIBS = 'tqt-mt') confenv.AppendUnique(LINKFLAGS = '-L/usr/X11R6/lib') if not configure.CheckKdeLibs(): -- cgit v1.2.3