Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Configuration is faulty. Check the Issues view for details. Error while building/deploying project dashboard (kit: Desktop Qt 5.5.0 MSVC2013 64bit)

Configuration is faulty. Check the Issues view for details. Error while building/deploying project dashboard (kit: Desktop Qt 5.5.0 MSVC2013 64bit)

Scheduled Pinned Locked Moved Installation and Deployment
qt creator conferror while bui
24 Posts 3 Posters 12.6k Views
  • 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.
  • S Offline
    S Offline
    selster
    wrote on last edited by
    #9

    this is in the bottom panel of QT Creator. Fancybrowser is one of the examples that come with QT Creator. "Error while building/deploying project fancybrowser (kit: Desktop Qt 5.5.1 MSVC2013 64bit)
    When executing step "Make"

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #10

      Just to be sure we are talking about the same setup: Did you install Visual Studio 2013 ?

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

      S 1 Reply Last reply
      0
      • SGaistS SGaist

        Just to be sure we are talking about the same setup: Did you install Visual Studio 2013 ?

        S Offline
        S Offline
        selster
        wrote on last edited by
        #11

        Visual Studio would not install because I have not been able to install or update frewwork 4.6. However I was able to install Express Visual Studio 2015.

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #12

          Again: You can't mix and match Visual Studio versions. They are not compatible one with the other. So if you insist on using Visual Studio 2015, you either have to build Qt yourself or install the Qt 5.6 Beta.

          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
          0
          • S Offline
            S Offline
            selster
            wrote on last edited by
            #13

            It's not that I prefer VS 2015 but that that is the version the Microsoft gives me when I ask to download. Maybe there is a way to download VS 2013. But the think is that I experience is that I can't download any the Microsoft Visual Studios because of of various errors. I was able to install VS EXPRESS 2015. But are you saying the QT will not not work with an Express version of VS? I see that you are saying that I would need Qt 5.6 Beta to work with VS 2015. But, again, I have VS EXPRESS not the full VS. Where or how would I use the MinGW package with QT? I would use MiniGW and with QT Creator, if I could see directions and how to configure QT Creator to work with MiniGW
            Thank you
            Steve

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #14

              No, I'm not saying anything like that.

              What I am saying is that you can't use a Visual Studio 2013 built library with Visual Studio 2015. Whether you are using an Express Edition or a Professional Edition doesn't mater, the compiler is the same.

              Installing Qt + MinGW is easy: take the online installer, select Qt for MinGW plus the MinGW compiler that is also provided. And that's all, everything is provided. There's no need to download or install an other version of MinGW.

              By the way it's Qt, QT stands for Apple QuickTime.

              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
              0
              • S Offline
                S Offline
                selster
                wrote on last edited by
                #15

                I have had some confusion with MiniGW and Qt. Does this look like the correct link? https://wiki.qt.io/MinGW-64-bit Once I install it, will Qt automatically see it?
                Thank you so very much
                Steve

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #16

                  Like I already wrote: you don't need any external download of MinGW. The installer provides the correct version, install that one, that's all.

                  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
                  0
                  • S Offline
                    S Offline
                    selster
                    wrote on last edited by
                    #17

                    I remember that it took a long time to download Qt. Where is the MiniGw installer that Qt downloaded?

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      selster
                      wrote on last edited by
                      #18

                      In the Qt Maintenance Tool, Add components, under Tool, it shows a number of version of the MiniGW tool. I chose the most recent one, 4.9xxx. Is this the kind of thing you have been telling me to do? Or is there some other way, by opening up Qt Creator (Community) Thank you again very much SE

                      1 Reply Last reply
                      0
                      • JKSHJ Offline
                        JKSHJ Offline
                        JKSH
                        Moderators
                        wrote on last edited by
                        #19

                        Hi @selster,

                        @selster said:

                        In the Qt Maintenance Tool, Add components, under Tool, it shows a number of version of the MiniGW tool. I chose the most recent one, 4.9xxx. Is this the kind of thing you have been telling me to do?

                        Yes, that will install the MinGW compiler that you need. Make sure Qt Creator is not running when you install that. Once the MinGW compiler is installed, Qt Creator will automatically see it.

                        If you haven't already, you also need to install Qt 5.5.1 for MinGW.

                        To recap, you need 3 components to develop apps with Qt:

                        • The Qt Creator IDE (latest version 3.5.1)
                        • The Qt libraries (latest version 5.5.1)
                        • A compiler that is compatible with your Qt libraries

                        The Qt Maintenance Tool is a helper program that lets you select and download these components.

                        Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                        1 Reply Last reply
                        0
                        • S Offline
                          S Offline
                          selster
                          wrote on last edited by
                          #20

                          In the Qt Maintenance Tool, I have

                          1. Qt Creator 3.5.1
                          2. I can check and download Qt 5.5.1
                          3. But I don't know what or where is a compiler? What's it called?
                          JKSHJ 1 Reply Last reply
                          0
                          • S selster

                            In the Qt Maintenance Tool, I have

                            1. Qt Creator 3.5.1
                            2. I can check and download Qt 5.5.1
                            3. But I don't know what or where is a compiler? What's it called?
                            JKSHJ Offline
                            JKSHJ Offline
                            JKSH
                            Moderators
                            wrote on last edited by JKSH
                            #21

                            @selster said:

                            But I don't know what or where is a compiler? What's it called?

                            MinGW 4.9.2. It is available under "Tools", as you found in an earlier post.

                            Note: A compiler is a tool which converts your source code into a program.

                            @selster said:

                            In the Qt Maintenance Tool, I have

                            1. Qt Creator 3.5.1
                            2. I can check and download Qt 5.5.1

                            Make sure you select and download Qt 5.5.1 for MinGW. Qt 5.5.1 for MSVC (Visual Studio) will not work with your MinGW compiler.

                            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                            1 Reply Last reply
                            0
                            • S Offline
                              S Offline
                              selster
                              wrote on last edited by
                              #22

                              I can now build and run some example project !!! However, if I try to run the example "fancybrowser", I get build errors like:
                              Warnings while parsing QML type information of C:/Qt/5.5/mingw492_32/qml/QtPositioning:
                              C:\Qt\5.5\mingw492_32\qml\QtPositioning\plugins.qmltypes:1:24: Reading only version 1.1 parts.
                              C:\Qt\5.5\mingw492_32\qml\QtPositioning\plugins.qmltypes:10:5: Expected only Component and ModuleApi object definitions.

                              JKSHJ 1 Reply Last reply
                              0
                              • S Offline
                                S Offline
                                selster
                                wrote on last edited by
                                #23

                                other projects such as texteditor and clocks build and run, even thought they have similar warnings?

                                1 Reply Last reply
                                0
                                • S selster

                                  I can now build and run some example project !!! However, if I try to run the example "fancybrowser", I get build errors like:
                                  Warnings while parsing QML type information of C:/Qt/5.5/mingw492_32/qml/QtPositioning:
                                  C:\Qt\5.5\mingw492_32\qml\QtPositioning\plugins.qmltypes:1:24: Reading only version 1.1 parts.
                                  C:\Qt\5.5\mingw492_32\qml\QtPositioning\plugins.qmltypes:10:5: Expected only Component and ModuleApi object definitions.

                                  JKSHJ Offline
                                  JKSHJ Offline
                                  JKSH
                                  Moderators
                                  wrote on last edited by
                                  #24

                                  @selster said:

                                  I can now build and run some example project !!!

                                  Great!

                                  However, if I try to run the example "fancybrowser", I get build errors like:
                                  Warnings while parsing QML type information of C:/Qt/5.5/mingw492_32/qml/QtPositioning:
                                  C:\Qt\5.5\mingw492_32\qml\QtPositioning\plugins.qmltypes:1:24: Reading only version 1.1 parts.
                                  C:\Qt\5.5\mingw492_32\qml\QtPositioning\plugins.qmltypes:10:5: Expected only Component and ModuleApi object definitions.

                                  I recommend you start with simpler examples. The browser is quite complex; I don't fully understand it myself so I can't help you with those warning messages.

                                  See http://doc.qt.io/qt-5/gettingstartedqt.html

                                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                                  1 Reply Last reply
                                  0

                                  • Login

                                  • Login or register to search.
                                  • First post
                                    Last post
                                  0
                                  • Categories
                                  • Recent
                                  • Tags
                                  • Popular
                                  • Users
                                  • Groups
                                  • Search
                                  • Get Qt Extensions
                                  • Unsolved