summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 3e92de4f715e3dcea26b902f362d8e1de37f2e70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# How to build

	qmake
	make
	make install
	

# Configuration

By running qmake for the first time, a configuration step runs and tries to detect a configuration that works on your
system. At the end a configuration summary is printed, incl. some notes on what the configuration might be missing
due to dependencies missing.

Please read this configuration output first and try to fix the dependencies before creating bug reports.

The configuration step is based on Qt's configure system and also offers some command-line arguments for enabling/disabling
certain features. More about how to configure interfaceframework can be found here:

https://doc-snapshots.qt.io/interfaceframework/configuration.html