Results 1 to 11 of 11

Thread: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    Hello;

    I'm doing a plugin project and I need to have the old sources of Qt Creator. I need the source code of Qt Creator 5.2.0?

    Thanks;

    Mut.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    As far as I know the most recent version of Qt Creator is 3.x

    In any case, the GIT repository of Qt Creator is here: https://qt.gitorious.org/qt-creator/qt-creator

    Cheers,
    _

  3. #3
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question Re: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    Thanks for the reply. I meant Qt 5.2.0 and sources of Qt Creator 3.0.0


    Added after 6 minutes:


    Not sure, where are exactly the source of Qt Creator 3.0.0 in your link? do I need to have a git account?
    Last edited by mut; 13th June 2014 at 17:03.

  4. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    You don't need a gitorious account to clone the repository, it is world readable, i.e. allows anonmyous access.

    The version you are looking for is probably available as a tag, less likely as a branch.

    Cheers,
    _

  5. #5
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default Re: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    Which tag precisely?

    Sorry, is there someplace else that I can access these sources?

    Thanks;

    Mut.

  6. #6
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    The binaries and source for older versions are both available from the http://qt-project.org/downloads page. Click the Show Downloads button and then look for the Older Versions heading.

    Older Versions http://download.qt-project.org/archive/qt/
    Specifically http://download.qt-project.org/archi.../5.2.0/single/

  7. #7
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default Re: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    Got it, thank you so much.


    Added after 1 37 minutes:


    However there is a problem. Your sources does not seem to be the same (folder organization and content) as the one of of Qt 3.0.1?

    Your link is only the source code of Qt libraries and not the source code of Qt Creator 5.2.0!.
    Last edited by mut; 13th June 2014 at 23:39.

  8. #8
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    There is no such beast as Qt Creator 5.2.0.
    Quote Originally Posted by you
    Thanks for the reply. I meant Qt 5.2.0
    I gave you a direct link to the Qt 5.2.0 sources you asked for. I also expected you might discover the Qt Creator sources, including older versions, are available from the same general place. Hint: look for the "Archive for old versions" link.

    Unfortunately there is no tar ball for Qt Creator 3.0.0 but it is available from the repository:
    https://qt.gitorious.org/qt-creator/...ource/v3.0.0:#

  9. #9
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default Re: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    Thank you for the reply.
    I found these sources here http://download.qt-project.org/offic...tor/3.0/3.0.0/ as well. Apparently, in mine and yours, there is not makefile to build these sources into the Qt Creator application.
    Where is the makefile to produce debug and release versions using "> mingw32-make release"


    Added after 12 minutes:


    There should be a makefile in the same location as myproject.pro


    Added after 9 minutes:


    This is what I have on my mingw32 DOS console> C:\qt-creator-opensource-src-3.0.0>mingw32-make release mingw32-make: *** No rule to make target 'release'. Stop.
    Last edited by mut; 16th June 2014 at 03:29.

  10. #10
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    Did you read the README file that comes with the code archive? Specifically the "Compiling Qt Creator" part?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  11. #11
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default Re: Qt Creator old source code: where to find the sources of Qt Creator 5.2.0?

    You are right, got it. Thank you so much, it works!.
    Mut

Similar Threads

  1. Replies: 2
    Last Post: 11th June 2014, 09:17
  2. Replies: 27
    Last Post: 17th October 2013, 08:13
  3. Qt Creator Source code export from Qt Creator
    By Gera777 in forum Qt Tools
    Replies: 2
    Last Post: 17th May 2013, 15:21
  4. Replies: 2
    Last Post: 22nd November 2011, 01:09
  5. Qt Creator How to make Creator be aware of the Qt source code project?
    By kartwall in forum Qt Tools
    Replies: 5
    Last Post: 27th September 2010, 09:39

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.