Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Qt Creator and Mac

    General and Desktop
    2
    13
    2329
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      marco d last edited by

      Hello to all,

      We are developing applications with QT5 QtCreator on mac 10.9
      Unfortunately, as far as the dubbuging, we have problems because it is not possible to follow step by step the program if it is composed of multiple libraries linked.

      that recommended development environment for mac with QT5?
      there are tools for QT Creator?

      thanks

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to devnet,

        What errors are you getting ? What version of Xcode did you install ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • M
          marco d last edited by

          Hi SGaist,

          there aren't errors.
          we don't use XCode on MAC 10.9.

          we use qt creator but if the software is composed of many libraries the debbugger doesn't work.

          if the error is in one library the debbugger doen't enter.

          don't you finds?

          do you advise me to use xcode?

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            No, I don't advise anything yet. To develop on OS X you still need Xcode installed in order to get the tools to build/debug etc.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • M
              marco d last edited by

              we have installed xcode but we use qt creator as a development environment

              1 Reply Last reply Reply Quote 0
              • SGaist
                SGaist Lifetime Qt Champion last edited by

                That I understood right, and I am doing the same. However, the version of Xcode is still relevant, having 3.4.6 installed is not the same as having the latest 5.0.2

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply Reply Quote 0
                • M
                  marco d last edited by

                  we have xcode 5.0.2

                  1 Reply Last reply Reply Quote 0
                  • SGaist
                    SGaist Lifetime Qt Champion last edited by

                    What debugger are you using ?

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply Reply Quote 0
                    • M
                      marco d last edited by

                      we use the debbugger of qt creator.
                      we load the all project on qt creator and use the complier and debbugger of qt creator.

                      but if there are errors in one library we can't find the position in the project beacuse is only possible find the error in the main project

                      1 Reply Last reply Reply Quote 0
                      • SGaist
                        SGaist Lifetime Qt Champion last edited by

                        Qt Creator is just an IDE it doesn't provide any compiler nor debugger, just use the ones provided.

                        Got to options -> Build & Run -> Debuggers

                        Interested in AI ? www.idiap.ch
                        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                        1 Reply Last reply Reply Quote 0
                        • M
                          marco d last edited by

                          in options->Build and Run -> Debuggers,we have:

                          Auto-detected
                          LLDB
                          GDB

                          thanks

                          1 Reply Last reply Reply Quote 0
                          • SGaist
                            SGaist Lifetime Qt Champion last edited by

                            Which one are you using ?

                            Interested in AI ? www.idiap.ch
                            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                            1 Reply Last reply Reply Quote 0
                            • M
                              marco d last edited by

                              in the setting the are compiler CLANG and debbuger LLDB

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post