Editing Qt5-Maemo5/Development

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
If you like to commit to the repositories, create an account on gitlab.com and ask in the [http://talk.maemo.org/showthread.php?t=84782 TMO thread]. See the group [https://gitlab.com/groups/qt5-maemo5] page, for an overview of repositories.
+
If you like to commit to the repositories, create an account on gitorious.org and ask in the [http://talk.maemo.org/showthread.php?t=84782 TMO thread]. See the group [https://gitorious.org/+qt5-maemo5 qt5-maemo5] page, for an overview of repositories.
= Building Qt5 for the N900 (using scratchbox) =
= Building Qt5 for the N900 (using scratchbox) =
Line 14: Line 14:
=== Prepare your build environment ===
=== Prepare your build environment ===
  #clone the repo
  #clone the repo
-
  git clone https://gitlab.com/qt5-maemo5/qt5-maemo5.git
+
  git clone git://gitorious.org/+qt5-maemo5/qt/qt5-maemo5.git
-
  cd qt5-maemo5 && git remote set-url --push origin git@gitlab.com:qt5-maemo5/qt5-maemo5.git
+
  cd qt5-maemo5 && git remote set-url --push origin git@gitorious.org:+qt5-maemo5/qt/qt5-maemo5.git
  git checkout maemo5
  git checkout maemo5
-
  ./init-repository -f --module-subset=all
+
  git clone git://gitorious.org/+qt5-maemo5/qt/qt5-maemo5-qtbase.git qtbase
-
  cd qtbase && git remote set-url --push origin git@gitlab.com:qt5-maemo5/qt5-maemo5-qtbase.git && cd ..
+
cd qtbase && git checkout maemo5 && git remote set-url --push origin git@gitorious.org:+qt5-maemo5/qt/qt5-maemo5-qtbase.git && cd ..
-
  cd qtdeclarative && git remote set-url --push origin git@gitlab.com:qt5-maemo5/qt5-maemo5-qtdeclarative.git && cd ..   
+
git clone git://gitorious.org/+qt5-maemo5/qt/qt5-maemo5-qtdeclarative.git/qt/qt5-maemo5-qtdeclarative.git
-
  cd qtmaemo5 && git remote set-url --push origin git@gitlab.com:qt5-maemo5/qt5-maemo5-qtmaemo5.git && cd ..
+
cd qtdeclarative && git checkout maemo5 && git remote set-url --push origin git@gitorious.org:+qt5-maemo5/qt/qt5-maemo5-qtdeclarative.git && cd ..
-
  cd debian && ./setupdebianlinks.sh && cd ..
+
  ./init-repository -f
 +
git config --remove-section submodule.qtbase
 +
git config --add submodule.qtbase.url git://gitorious.org/+qt5-maemo5/qt/qt5-maemo5-qtbase.git
 +
git config --remove-section submodule.qtdeclarative
 +
git config --add submodule.qtdeclarative.url git://gitorious.org/+qt5-maemo5/qt/qt5-maemo5-qtdeclarative.git
 +
#If you want o build
 +
git clone git://gitorious.org/qt5-maemo5/qt5-maemo5-qtmaemo5.git
  #if you like to use the Thumb2 instructions check for -mthumb in QMAKE_CFLAGS
  #if you like to use the Thumb2 instructions check for -mthumb in QMAKE_CFLAGS
  vim qtbase/mkspecs/devices/linux-maemo-n900-g++/qmake.conf
  vim qtbase/mkspecs/devices/linux-maemo-n900-g++/qmake.conf
Line 52: Line 58:
= Building Qt5 for the N900 (using MADDE) =
= Building Qt5 for the N900 (using MADDE) =
-
'''Deprecated'''
 
Prerequisites:
Prerequisites:

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)