• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Install QT Creator on Fedora 34

  • 00:31 cat /etc/os-release
  • 00:51 dnf install qtcreator -y
6814

To Install QT Creator on Fedora 34.

Introduction:

Qt Creator is a cross-platform tool that allows developers to create Qt GUI applications that work on any OS, such as Linux, Microsoft Windows, and Mac OS.

Installation Procedure:

Step 1: Check the OS version by using the below command

[root@linuxhelp ~]# cat /etc/os-release
NAME=Fedora
VERSION="34 (Workstation Edition)"
ID=fedora
VERSION_ID=34
VERSION_CODENAME=""
PLATFORM_ID="platform:f34"
PRETTY_NAME="Fedora 34 (Workstation Edition)"
ANSI_COLOR="0;38;2;60;110;180"
LOGO=fedora-logo-icon
CPE_NAME="cpe:/o:fedoraproject:fedora:34"
REDHAT_BUGZILLA_PRODUCT_VERSION=34
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=34
PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
VARIANT="Workstation Edition"
VARIANT_ID=workstation

Step 2: Install Qt Creator by using the below command

 [root@linuxhelp ~]# dnf install qtcreator -y
 
Fedora 34 openh264 (From Cisco) - x86_64        1.1 kB/s | 989  B     00:00    
Fedora Modular 34 - x86_64                      7.8 kB/s | 6.7 kB     00:00    
Fedora Modular 34 - x86_64 - Updates            9.0 kB/s | 6.6 kB     00:00    
Fedora Modular 34 - x86_64 - Updates             94 kB/s | 591 kB     00:06    
Fedora 34 - x86_64 - Updates                    9.4 kB/s | 7.0 kB     00:00    
Fedora 34 - x86_64 - Updates                    1.3 MB/s | 7.9 MB     00:06    
Fedora 34 - x86_64                               43 kB/s | 6.8 kB     00:00    
MySQL 8.0 Community Server                      4.9 kB/s | 2.6 kB     00:00    
MySQL Connectors Community                      9.5 kB/s | 2.6 kB     00:00    
MySQL Tools Community                           7.3 kB/s | 2.6 kB     00:00    
determining the fastest mirror (3 hosts).. done. 11 kB/s | 3.5 kB     00:00 ETA
Remi's Modular repository - Fedora 34 - x86_64  816  B/s | 858  B     00:01    
done.s Modular repos100% [====================]  11 kB/s | 3.5 kB     00:00 ETA
Remi's Modular repository - Fedora 34 - x86_64  502 kB/s | 511 kB     00:01    
  perl-English-1.11-477.fc34.noarch                                             
  qt-creator-4.14.1-6.fc34.x86_64                                               
  qt-creator-data-4.14.1-6.fc34.noarch                                          
  qt5-qtbase-devel-5.15.2-30.fc34.x86_64                                        
  qt5-qtquickcontrols-5.15.2-3.fc34.x86_64                                      
  qt5-qtserialport-5.15.2-3.fc34.x86_64                                         
  qt5-qtsvg-5.15.2-4.fc34.x86_64                                                
  qt5-qttools-common-5.15.2-5.fc34.noarch                                       
  qt5-qttools-libs-designer-5.15.2-5.fc34.x86_64                                
  qt5-qttools-libs-designercomponents-5.15.2-5.fc34.x86_64                      
  qt5-qttools-libs-help-5.15.2-5.fc34.x86_64                                    
  qt5-rpm-macros-5.15.2-2.fc34.noarch                                           
  rhash-1.4.0-3.fc34.x86_64                                                     
  vulkan-headers-1.2.189.0-1.fc34.noarch                                        
  vulkan-loader-devel-1.2.162.0-2.fc34.x86_64                                   
  xorg-x11-proto-devel-2021.4-1.fc34.noarch                                     
  yaml-cpp-0.6.3-4.fc34.x86_64                                                  

Complete!

Step 3: Once installed access the QtCreator application from the Menu snap1

Step 4: QT application snap2

snap3

Step 5: Version of QtCreator snap4

snap5

snap6

With this process, the installation of QT creator on Fedora 34 comes to an end

Tags:
lucas
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

Whether the QT creator is open-source?

A

Yes, the QT creator is an open-source application.

Q

Why does the Qt Creator only show a blank window or a dialog complaining about missing OpenGL support?

A

n some areas of Qt Creator, Qt Quick 2 is used, which relies on OpenGL API for drawing. Qt Quick 2 is most prominently used in the Welcome mode, but it is also used in the Qt Quick Designer, and the QML Profiler. It is unfortunate that OpenGL can cause problems, especially in remote setups
and with outdated drivers. Qt Creator can be accessed with Welcome mode disabled using the -noload Welcome command-line option. The console or Windows debugger log should contain any OpenGL-related error messages.

Q

How do I reset all Qt Creator settings?

A

Qt Creator creates the following files and directories:
QtCreator.db,
QtCreator.ini,
qtversion.xml,
toolChains.xml,
qtcreator,
qtc-qmldump,

Q

Does Qt Creator come with MinGW, should I use this version with Qt?

A

Use the version that was built against the Qt version.

Q

What should I do if Qt Creator does not find a helper application, such as Git or a compiler?

A

Make sure that the application is in your system PATH when starting Qt Creator. Also, select Tools > Options to check the settings specified for the application.
Many plugins specify either the path to the tool they need or the environment they run in. This is especially relevant for the OS X where /usr/local/bin might not be in the path when Qt Creator is started.

Related Tutorials in How to Install QT Creator on Fedora 34

Related Tutorials in How to Install QT Creator on Fedora 34

How to install Xrdp Server (Remote Desktop) on Oracle Linux 8.5
How to install Xrdp Server (Remote Desktop) on Oracle Linux 8.5
Oct 17, 2022
How to install and update OpenSSL on Debian 11.3
How to install and update OpenSSL on Debian 11.3
Oct 21, 2022
How to Install and Configure Mega in Linux
How to Install and Configure Mega in Linux
Jul 19, 2016
How to use Aureport command on Linux
How to use Aureport command on Linux
Nov 28, 2017
How to install Development tools on Linux
How to install Development tools on Linux
Jun 12, 2018
How to Install mod_ssl and SSL certificate on Oracle Linux
How to Install mod_ssl and SSL certificate on Oracle Linux
Dec 30, 2021
How to install Nextcloud on Ubuntu 22.04 version
How to install Nextcloud on Ubuntu 22.04 version
Jun 23, 2023
How to install ClipGrab in Linux
How to install ClipGrab in Linux
Jul 16, 2016

Related Forums in How to Install QT Creator on Fedora 34

Related Forums in How to Install QT Creator on Fedora 34

Linux
jayce class=
shasum command not found
May 5, 2017
Linux
stephan class=
How to list all samba users
Jan 12, 2018
pv command
muhammad class=
pvcreate command not found error
May 9, 2017
Linux
henry class=
Starting NFS daemon: rpc.nfsd: writing fd to kernel failed: errno 111 (Connection refused)
Apr 25, 2017
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Linux
baseer class=
single command to apply setfacl for multiple user at a time
Jan 23, 2018
Linux
beulah class=
What does mean by 0 0 value in fstab file
Jan 2, 2018
CentOS
mason class=
Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)
Nov 20, 2018

Related News in How to Install QT Creator on Fedora 34

Related News in How to Install QT Creator on Fedora 34

Anbox, the Android-to-Linux tool the developers have been waiting for
Anbox, the Android-to-Linux tool the developers have been waiting for
Apr 17, 2017
Linus Torvalds stops signing Linux kernel RC tarballs
Linus Torvalds stops signing Linux kernel RC tarballs
May 17, 2017
Capsule8 Launches Linux-Based Container Security Platform
Capsule8 Launches Linux-Based Container Security Platform
Feb 14, 2017
Symantec updates Management console product
Symantec updates Management console product
Nov 22, 2017
Latest Linux driver release feature seven AMD Vega
Latest Linux driver release feature seven AMD Vega
Mar 23, 2017
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Microsoft makes its Azure App service now available on Linux Systems
Microsoft makes its Azure App service now available on Linux Systems
Sep 7, 2017
Docker friendly Alpine Linux gets hardened Node.js
Docker friendly Alpine Linux gets hardened Node.js
Apr 19, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Jayce ?
What are the types of table used in IPtables

What are the various types of table used in IPtables and how to use that for my server security?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.