Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt_Kde_Gtk_Gnome
Forum Updated to NodeBB v4.3 + New Features

Qt_Kde_Gtk_Gnome

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 261 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.
  • D Offline
    D Offline
    dleyva
    wrote on last edited by
    #1

    Hi ,
    Is it true that Qt is for Kde desktops and Gtk for Gnome ?. If I make an application with Qt, could it work in Gnome? How can I know what kind of desktop a certain Linux distribution uses? Could you advise me a tutorial where it is explained how to deploy Qt on Linux?

    sierdzioS 1 Reply Last reply
    0
    • D dleyva

      Hi ,
      Is it true that Qt is for Kde desktops and Gtk for Gnome ?. If I make an application with Qt, could it work in Gnome? How can I know what kind of desktop a certain Linux distribution uses? Could you advise me a tutorial where it is explained how to deploy Qt on Linux?

      sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @dleyva said in Qt_Kde_Gtk_Gnome:

      Hi ,
      Is it true that Qt is for Kde desktops and Gtk for Gnome ?.

      No. Gnome is written using Gtk, and KDE is using Qt. But that does not "lock" apps to one desktop environment.

      If I make an application with Qt, could it work in Gnome?

      Yes. Not "could" - it will work. And also it will work on Windows, macOS etc.

      How can I know what kind of desktop a certain Linux distribution uses?

      You could scan the system for some well-known indicators that a certain desktop environment is running. But, as indicated in by answers above - you don't have to do it.

      Could you advise me a tutorial where it is explained how to deploy Qt on Linux?

      There are some docs: https://doc.qt.io/qt-5/linux-deployment.html

      And there is linuxdeployqt

      And in cmake, there is CPack, which can make DEB, RPM packages automatically for you, with minimal configuration.

      (Z(:^

      1 Reply Last reply
      3

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved