Hi all!
I tried to build SVN trunk on Linux and failed with "QtScript" - file
not found. I discovered it was caused by missing line in SConscript.
Attaching the patch.
--
Best Regards / S pozdravom,
Pavol Rusnak <[email protected]>
Index: src/SConscript
===================================================================
--- src/SConscript (revision 2462)
+++ src/SConscript (working copy)
@@ -405,6 +405,7 @@
env.ParseConfig('pkg-config QtGui --silence-errors --cflags --libs')
env.ParseConfig('pkg-config QtXml --silence-errors --cflags --libs')
env.ParseConfig('pkg-config QtOpenGL --silence-errors --cflags --libs')
+ env.ParseConfig('pkg-config QtScript --silence-errors --cflags --libs')
# Might be missing $QTDIR/include/Qt still...
#Check for libasound (libasound2?) (needed for ALSA seq MIDI support)
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Mixxx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixxx-devel