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. [Linux] Building Qt-Creator 4.8 with static Qt libraries
Forum Updated to NodeBB v4.3 + New Features

[Linux] Building Qt-Creator 4.8 with static Qt libraries

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 1 Posters 1.8k 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.
  • J Offline
    J Offline
    john_d
    wrote on last edited by
    #1

    hi guys

    I would like to build Qt-creator from source, and use the static compiled libraries of Qt. Is this possible ?

    I have compiled the Qt libraries as static without any trouble with the following:

    @./configure -static -release -opensource -developer-build --confirm-license -rpath -nomake tools -nomake examples -nomake demos -no-webkit -no-scripttools -no-script @

    Now i want to compile Qt-Creator using those static libraries. However, i have multiple errors on build since the program tries to look for uninstalled features such as Qtscripts:

    bq. json.cpp:38:25: error: QScriptEngine: No such file or directory

    According to my Qt settings, how am I supposed to compile Qt-creator to get it to work ?

    Thanks

    1 Reply Last reply
    0
    • J Offline
      J Offline
      john_d
      wrote on last edited by
      #2

      up ..

      1 Reply Last reply
      0
      • J Offline
        J Offline
        john_d
        wrote on last edited by
        #3

        I have tried to set QT_PRIVATE_HEADERS following this documentation:
        http://doc.qt.digia.com/qtcreator-extending/getting-and-building.html

        Still, without success :(

        Now the error I have is still the same:

        bq. json.cpp:38:25: error: QScriptEngine: No such file or directory

        Has anyone ever been able to build Qt-creator from source with the static Qt libraries ?

        Thanks

        1 Reply Last reply
        0
        • J Offline
          J Offline
          john_d
          wrote on last edited by
          #4

          HA, it's driving me nuts !

          I have tried to recompile Qt with everything, in static :

          bq. ./configure -static -release -opensource -confirm-license

          But now I have an error during Qt-creator compilation, saying :

          bq. welcomeplugin.cpp:371: error: ‘qt_plugin_instance_Welcome’ has not been declared

          Anyone would have a clue ?

          Thanks

          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