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. Native QFileDialog for static build on Linux
Qt 6.11 is out! See what's new in the release blog

Native QFileDialog for static build on Linux

Scheduled Pinned Locked Moved Solved Installation and Deployment
5 Posts 2 Posters 452 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.
  • A Offline
    A Offline
    Alexey Volkov
    wrote on last edited by Alexey Volkov
    #1

    Hi everyone,
    After pushing some effort to static build on Linux, I have faced the issue with non-native QFileDialog though the same code works fine in dynamic build.
    Qt version is 5.15.2.
    Here is my config:

    ./configure \
    			-prefix /tools/Qt/static \
    			-plugindir /tools/Qt/static/plugins \
    			-opensource \
    			-platform linux-g++-64 \
    			-static \
    			-release \
    			-confirm-license \
    			-openssl  \
    			-openssl-linked \
    			-force-asserts \
    			-no-pch \
    			-xcb -xcb-xlib -I /usr/include/xcb \
    			-qt-zlib \
    			-feature-xcb \
    			-feature-thread \
    			-feature-xkbcommon \
    			-make libs \
    			-nomake examples \
    			-nomake tests \
    			-skip qtdeclarative \
    			-skip qtmultimedia \
    			-skip activeqt \
    			-skip qtdoc \
    			-skip qtconnectivity \
    			-skip wayland \
    			-skip qtscript \
    			-L/tools/Qt/static/usr/lib \
    			-v
    

    Is some feature missing?

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

      Hi and welcome to devnet,

      Which issue ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi and welcome to devnet,

        Which issue ?

        A Offline
        A Offline
        Alexey Volkov
        wrote on last edited by
        #3

        @SGaist
        Issue is widget-style dialog, not native-looking

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

          What if you just set the prefix and let the installation flow normally ?

          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
          • A Offline
            A Offline
            Alexey Volkov
            wrote on last edited by
            #5

            Actually, I'm ok with it. It's to time consuming to retry

            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