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. seemingly useless files in appveyor artefacts
Forum Updated to NodeBB v4.3 + New Features

seemingly useless files in appveyor artefacts

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 579 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.
  • MegamouseM Offline
    MegamouseM Offline
    Megamouse
    wrote on last edited by Megamouse
    #1

    Hi,

    Since we added QJSEngine and therefore Qt5::Qml to the target_link_libraries in our CMakeLists.txt, we have been getting the Qt5Quick.dll added to our builds as well as platforminputcontexts/ , qmltooling/ and scenegraph/ folders. As far as I can tell we don't need any of those. How can we properly exclude them? (we use appveyor for CI)

    best, Megamouse

    1 Reply Last reply
    0
    • Pablo J. RoginaP Offline
      Pablo J. RoginaP Offline
      Pablo J. Rogina
      wrote on last edited by
      #2

      @Megamouse maybe trial and error is your best chance... Think of your probabilities of people already knowledgeable about QML/Qt and at the same time using that appveyor CI
      I'd remove one component at a time and test...

      Upvote the answer(s) that helped you solve the issue
      Use "Topic Tools" button to mark your post as Solved
      Add screenshots via postimage.org
      Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • MegamouseM Offline
        MegamouseM Offline
        Megamouse
        wrote on last edited by
        #3

        Okay apparently I forgot to add --no-quick to our <PostBuildEvent> in the proj file. (I only added them to POST_BUILD in CMakeLists.txt before and excluded the Qt5Quick module from the qt settings.)

        At least now the Qt5Quick.dll is not created anymore.

        1 Reply Last reply
        1

        • Login

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