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

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

BUILD_TESTS = $$(BUILDTESTS)
isEmpty(BUILD_TESTS):BUILD_TESTS=$${BUILDTESTS}
!isEmpty(BUILD_TESTS):SUBDIRS += tests

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