My Qt Creator is missing the examples ( that are available in the windows and fedora install) (this is arch linux arm, not my choice ) I've found the download, but it looks like there are several places to put the examples (when rtfm fails because actions out pace docs). If you would don't mind starting from scratch, there is a spin of Fedora 27 with LXQt. This means you get a beautiful desktop with Qt integrated right from the start. I have to admit that I'm pushing this because I have been waiting for a Qt based. Install Qt 5.15. Add Qt Creator and under Qt 5.15.x add Qt Charts module. Add Qt Creator and under Qt 5.15.x add Qt Charts module. Open./src/rdm.pro in Qt Creator.
- How To Install Fedora 32
- How To Install Qt Creator On Fedora 29 Pro
- How To Install Fedora 31
- How To Install Qt Creator On Fedora 29 Hp
This page describes how to build the application from source code.
Get the Source Code¶
Download the source code from git repository
or download the latest source code archive from:
Install Dependencies¶
The build requires:
Ubuntu¶
On Ubuntu you can install all build dependencies with:
Fedora / RHEL / Centos¶
On Fedora and derivatives you can install all build dependencies with:
Build and Install¶
Build the source code with CMake and make or using an IDE of your choice (see next sections).
Qt Creator¶
Qt Creator is IDE focused on developing C++ and Qt applications.
Install Qt Creator from your package manager or by selecting it from Qt installation utility.
Set up Qt library, C++ compiler and CMake.
Open file CMakeLists.txt
in repository clone to create new project.
Visual Studio¶
You need to install Qt for given version Visual Studio.
How To Install Fedora 32
In Visual Studio 2017 open folder containing repository clone using “File - Open - Folder”.
How To Install Qt Creator On Fedora 29 Pro
In older versions, create solution manually by running cmake-G'VisualStudio142015Win64'.
(select appropriate generator name) in repository clone folder.
How To Install Fedora 31
Building and Packaging for OS X¶
How To Install Qt Creator On Fedora 29 Hp
On OS X, required Qt 5 libraries and utilities can be easily installed with Homebrew.
Build with the following commands:
This will produce a self-contained application bundle CopyQ.app
which can then be copied or moved into /Applications
.