Author Topic: Qt4 Package  (Read 2796 times)

ShiroiKuma

  • Hero Member
  • *****
  • Posts: 900
    • View Profile
Qt4 Package
« on: January 02, 2006, 11:19:06 am »
pgas has compiled Qt4 for pdaXrom. It's huge. I've taken his compiled tree, cleaned it up and made a squashfs image of it. It now stands at 62 megs.

If you want to use it:

1. Download the Qt4 squashfs package and put it in /mnt/card/ or somewhere.
2. Install squashfs utils from the pdaXrom unstable feed.
3. Edit /etc/profile and modify the line specifying the QTDIR to
Code: [Select]
QTDIR=/usr/local/qt4. Make sure that the directory /usr/local/qt exists and it's empty.
5. Before running a Qt app, mount the squashfs image, if you want to do this automatically edit your startkde or startx file, whichever you use to start X, and at the beginning insert the following line
Code: [Select]
mount -t squashfs - o loop /mnt/card/qt-4.0.1.squashfs /usr/local/qt
And now you will use Qt4 in X.

I don't see any practical reason for it currently. I just worked with it because Qt4 was supposed to include the Qt UIM immodule but it doesn't, so Japanese input doesn't work in Qt.

But since I made it, maybe someone will find use for it.
[span style=\'font-size:8pt;line-height:100%\']Das ganze tschechische Volk ist eine Simulantenbande.[/font][/span]
Militäroberarzt Bautze

ScottYelich

  • Hero Member
  • *****
  • Posts: 992
    • View Profile
    • http://www.zaurususergroup.com/modules.php?opmodload&namephpWiki&filei
Qt4 Package
« Reply #1 on: January 02, 2006, 12:01:05 pm »
Quote
pgas has compiled Qt4 for pdaXrom. It's huge. I've taken his compiled tree, cleaned it up and made a squashfs image of it. It now stands at 62 megs.

If you want to use it:

1. Download the Qt4 squashfs package and put it in /mnt/card/ or somewhere.
2. Install squashfs utils from the pdaXrom unstable feed.
3. Edit /etc/profile and modify the line specifying the QTDIR to
Code: [Select]
QTDIR=/usr/local/qt4. Make sure that the directory /usr/local/qt exists and it's empty.
5. Before running a Qt app, mount the squashfs image, if you want to do this automatically edit your startkde or startx file, whichever you use to start X, and at the beginning insert the following line
Code: [Select]
mount -t squashfs - o loop /mnt/card/qt-4.0.1.squashfs /usr/local/qt
And now you will use Qt4 in X.

I don't see any practical reason for it currently. I just worked with it because Qt4 was supposed to include the Qt UIM immodule but it doesn't, so Japanese input doesn't work in Qt.

But since I made it, maybe someone will find use for it.
[div align=\"right\"][{POST_SNAPBACK}][/a][/div]


I develop with Qt4 -- thank you!

mirrored:  [a href=\"http://zaurus.spy.org/feeds/cacko/pdaXrom/1.1.0/beta1/Zaurus-7x0-860/qt4/]http://zaurus.spy.org/feeds/cacko/pdaXrom/...us-7x0-860/qt4/[/url]

Scott