Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. Qt5DeclarativeConfig.cmake missing muanual build
Qt 6.11 is out! See what's new in the release blog

Qt5DeclarativeConfig.cmake missing muanual build

Scheduled Pinned Locked Moved Qt.io webservices
7 Posts 2 Posters 3.1k Views 1 Watching
  • 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.
  • I Offline
    I Offline
    idekel
    wrote on last edited by
    #1

    Hi, I have successfully built Qt with the purpose to later build kde, but kde need the Qt5DeclarativeConfig.cmake to build some modules and is missing in my Qt built, I already built it a couple of times with different configure options but i can not get to generate the file, I search for the file in a binary Qt that I installed and is present but I can not use this one because I want the Qt developer built.

    I tried with this two configure commands:

    Qt official documentation.
    ./configure -developer-build -opensource -nomake examples -nomake tests

    KDE documentation.
    ./configure -opensource -confirm-license -nomake tests -nomake examples -dbus -no-separate-debug-info -xcb -qpa xcb -no-gtkstyle -developer-build

    I also remove the -nomake tests -nomake examples options but nothing works.

    does anyone know what I am missing?

    the file is suposed to be in [qt install path]/qtbase/lib/cmake/Qt5Declarative/Qt5DeclarativeConfig.cmake

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

      Hi and welcome to devnet,

      What OS/Qt combo are you using/building ?

      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
      • I Offline
        I Offline
        idekel
        wrote on last edited by
        #3

        I am using Linux (Kubuntu 14.04 LTS), sorry, I forgot to post the OS.

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

          And Qt version ?

          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
          • I Offline
            I Offline
            idekel
            wrote on last edited by
            #5

            Qt 5.4 the last one available.

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

              Maybe a silly question but did you check that the module was built ?

              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
              • I Offline
                I Offline
                idekel
                wrote on last edited by
                #7

                Yes, I did. The QtDeclarative modules was built but the its folder was not present on qtbase/lib/cmake/ there should be a folder there named Qt5Declarative containing a file named Qt5DeclarativeConfig.cmake, also I did not see any errors afer the build process finish.

                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