blob: ec795e4286cd84b4b3edc09cb69167151f8bf23e (
plain) (
tree)
|
|
--- museeq/SConscript.orig Mon Nov 22 16:01:35 2004
+++ museeq/SConscript Mon Nov 22 17:29:36 2004
@@ -123,6 +123,7 @@
sys.stdout.write("Checking Qt library...")
sys.stdout.flush()
+env_qt.Append(LINKFLAGS = ['-pthread'])
if not conf.TryLink('#include <qapplication.h>\nint main() {};\n', ".cpp"):
env_qt.Replace(QT_LIB = "qt-mt")
if not conf.TryLink('#include <qapplication.h>\nint main() {};\n', ".cpp"):
|