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. Gtk theme support cannot be enabled due to functionality tests
Forum Updated to NodeBB v4.3 + New Features

Gtk theme support cannot be enabled due to functionality tests

Scheduled Pinned Locked Moved Installation and Deployment
1 Posts 1 Posters 1.7k 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
    jhuber
    wrote on last edited by
    #1

    Compiled a new 4.8 with Oracle and other DB support. That part worked great. But when I select the new build in Creator and compiled my application the app is really ugly - no GTK theme. The build that came with the SDK (Creator ) works just fine. So its my build that has the problem.

    So I ran configure with -gtkstyle -v to try and get themes working. No luck and no useful output from configure:
    ......
    XInput auto-detection... ()
    g++ -c -m64 -pipe -O2 -Wall -W -I../../../mkspecs/linux-g++-64 -I. -I/usr/include -o xinput.o xinput.cpp
    g++ -m64 -Wl,-O1 -o xinput xinput.o -L/usr/X11R6/lib64 -lXi -lXext -lX11 -lm
    XInput enabled.
    XKB auto-detection... ()
    g++ -c -m64 -pipe -O2 -Wall -W -I../../../mkspecs/linux-g++-64 -I. -I/usr/include -o xkb.o xkb.cpp
    g++ -m64 -Wl,-O1 -o xkb xkb.o -L/usr/X11R6/lib64 -lXext -lX11 -lm
    XKB enabled.
    Gtk theme support cannot be enabled due to functionality tests!

    All it says is "Gtk theme support cannot be enabled due to functionality tests!".

    Can someone point me toward the missing requirements ? Nothing comes back in Google.

    I compiling on 64 bit Ubuntu Gnome 11.04.

    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