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. Don't use but need to run application?

Don't use but need to run application?

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 3 Posters 1.6k 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.
  • B Offline
    B Offline
    banlinhtienphong
    wrote on last edited by
    #1

    I write my qt application don't use qtwebkit, qtsql, qtxml, qtnetwork, I build successful but when create standard alone application and run then have error : unable to locate component qtsql4.dll not found. When I add qtsql4.dll then have error unable to locate component
    qtxml4.dll not found,.... final, I add all 4 dll follow: qtwebkit4.dll, qtsql4.dll, qtxml4.dll, qtnetwork4.dll then application run successful.Why in my code don't use these libraries but when run still need them?

    1 Reply Last reply
    0
    • H Offline
      H Offline
      Hostel
      wrote on last edited by
      #2

      How looks project file?

      1 Reply Last reply
      0
      • A Offline
        A Offline
        andre
        wrote on last edited by
        #3

        Sounds like you linked to these modules even if you didn't use them... Indeed, show us your project (.pro) file, especially the section
        @
        QT += ...
        @

        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