summaryrefslogtreecommitdiffstats
path: root/installerfw.pro
blob: 9eed1347f4c9e07b4dbf8074395c95fe59c36650 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += ordered
TEMPLATE = subdirs
SUBDIRS += src tests tools

include (installerfw.pri)
include (doc/doc.pri)

!minQtVersion(5, 3, 0) {
    message("Cannot build Qt Installer Framework with Qt version $${QT_VERSION}.")
    error("Use at least Qt 5.3.0.")
}