Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Problems with building qt creator
Forum Updated to NodeBB v4.3 + New Features

Problems with building qt creator

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 2.0k 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
    GreenSnake
    wrote on last edited by
    #1

    Hello2all

    I am trying to buil qt creator from sources. I got the sources of qt creator from "here":http://download.qt-project.org/official_releases/qtcreator/3.0/3.0.0/qt-creator-opensource-src-3.0.0.tar.gz, qt sources from "here":http://download.qt-project.org/official_releases/qt/5.2/5.2.0/single/qt-everywhere-opensource-src-5.2.0.tar.gz and Ubuntu 13.04.

    Qt sources unpacked into ~/src/qt-everywhere-opensource-src-5.2.0,
    qt creator sources unpacked into ~/src/qt-creator-opensource-src-3.0.0

    I am trying to follow "this guide":http://doc-snapshot.qt-project.org/qtcreator-extending/getting-and-building.html

    As far as i can understand, it is not needed to build qt itself (qt binary package is installed on my system), but qt creator needs some of qt headers.

    My actions:
    @
    cd ~/src/qt-creator-opensource-src-3.0.0 &&
    mkdir build && cd build &&
    qmake -r QT_PRIVATE_HEADERS=../../qt-everywhere-opensource-src-5.2.0/include ..
    @

    And i got the next error:
    @Project WARNING: x11extras module not found, raising the main window might not work. (The x11extras module is part of Qt 5.1 and later.)
    Project ERROR: Unknown module(s) in QT: script
    @
    What is correct way to fix it?

    (And a little offtopic: how to quote on this forum? When i use Quotes button only bq. mark is added, and it seems it is not work...)

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mapron
      wrote on last edited by
      #2

      Check that you have in you base system libQtScript.so, [Qt4Script.dll - edit, sorry obviously TS is on x11...] or similar... it can be in different package.

      Also maybe installing some-dev package helps.
      And you should have headers(not private, but common) on your host.

      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