makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-qt.lo.
2006-06-07 Thomas Fitzsimmons <fitzsim@redhat.com> * scripts/makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-qt.lo. * configure.ac (QT_AWT): Remove conditional. Do not add gnu/java/awt/peer/qt to standard.omit. * classpath/native/jni/qt-peer/Makefile.am: Install libqtpeer.so in GCJ's versioned library directory. * classpath/gnu/java/awt/peer/qt/QtToolkit.java (initToolkit): Load libqtpeer.so unconditionally. * gij.cc (main): Do not re-exec gij. * Makefile.am: Remove lib-gnu-java-awt-peer-qt.lo build logic. (gij_LDFLAGS): Point -rpath at GCJ's versioned library directory when linking gij. From-SVN: r114473
This commit is contained in:
parent
dd286892c4
commit
ade710a51f
15 changed files with 3960 additions and 4762 deletions
|
@ -136,8 +136,7 @@ public class QtToolkit extends ClasspathToolkit
|
|||
{
|
||||
eventQueue = new EventQueue();
|
||||
repaintThread = new QtRepaintThread();
|
||||
if (Configuration.INIT_LOAD_LIBRARY)
|
||||
System.loadLibrary("qtpeer");
|
||||
System.loadLibrary("qtpeer");
|
||||
|
||||
String theme = null;
|
||||
try
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue