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. Configure:file not found while static linking Qt 5.4 project in linux
Forum Updated to NodeBB v4.3 + New Features

Configure:file not found while static linking Qt 5.4 project in linux

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 2.5k 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.
  • G Offline
    G Offline
    gauravsehgal
    wrote on last edited by
    #1

    I have an application which i want to deploy using static linking.I am using Qt 5.4 and ubuntu.I learnt that to deploy my application i have to bulid qt statically using the following code
    @cd /path/to/Qt
    ./configure -static -prefix /path/to/Qt <other parameters>
    make sub-src@

    i have Qt installed in home/Qt5.4.0

    When i run the above code it says that @ configure:no such file@

    When i check the Qt directory there is indeed no configure file.I could only find @configure.prf@

    in Qt5.4.0/5.4/gcc_64/mkspecs/features/

    this may be novice but how should i deploy my application now?

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

      Hi and welcome to devnet,

      Maybe a silly question but did you first download Qt's sources ?

      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

      • Login

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