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. [SOLVED] problem compiling qtbase (qt5) / accessibility module
Qt 6.11 is out! See what's new in the release blog

[SOLVED] problem compiling qtbase (qt5) / accessibility module

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 1 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.
  • S Offline
    S Offline
    sergio.correia
    wrote on last edited by
    #1

    I am trying to compile qtbase from git (current top revision 291e1), on archlinux x86_64 [1] with the following configure switches:

    "-nomake demos -nomake tests -nomake examples --prefix=/opt/qt5 -opensource --confirm-license"

    however, it fails with this error message:

    "linuxaccessibility/application.cpp:45:36: fatal error: QtWidgets/qapplication.h: No such file or directory"
    (more detailed error output avaialable at [2]).

    Is there a way to build it with the accessibility module or should I just disable it?

    [1] g++ 4.7.1, binutils 2.20
    [2] http://pastebin.com/xpBxV5Kv

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sergio.correia
      wrote on last edited by
      #2

      Ok, this problem was fixed upstream by commit bfbea (Fix compile with -no-widgets).

      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