Update readme instruction to install and build with qt5 only. Remove version check for qt4.
12 lines
233 B
Prolog
12 lines
233 B
Prolog
#lessThan(QT_MAJOR_VERSION, 5): error(requires >= Qt 5 (You used: $$QT_VERSION))
|
|
|
|
CONFIG += ordered
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = benchmark \
|
|
filelist \
|
|
projectfile \
|
|
translationhandler \
|
|
xmlreport \
|
|
xmlreportv2
|