AhlanRamadan 2010 beta
Alsalam Alaykom
here is the Ramadan Application i posted about before
You can download it from here
QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8"));
// i tried it with a QLabel and it worked
tada , you now have arabic support in your User interface
gedit .bashrc-in .bashrc make sure that those line are there , if not there add them:
export PATH=/usr/local/arm/4.3.2/bin:$PATH
export PATH=/usr/local/arm/4.3.2/arm-none-linux-gnueabi/bin:$PATHsave .bashrc and exit all the open linux terminals.
then make .. then make install .. tada .. you'll find Qt-everywhere's output folder in /usr/local/ under the name
./configure -release -embedded arm -xplatform qws/linux-arm-g++ -prefix /usr/local/Qt-4.6.2_arm -little-endian -no-webkit -no-qt3support -no-cups -no-largefile -nomake examples -optimized-qmake -no-openssl -nomake tools
Qt-4.6.2_armgood luck with your steps