0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-09 05:57:14 +03:00

Move build location from project source top dir to qmake top build dir

This commit is contained in:
frostasm
2018-08-04 18:23:56 +03:00
parent c5a033fe51
commit 384368dd38
5 changed files with 27 additions and 8 deletions

View File

@@ -10,12 +10,19 @@ contains(CONFIG, zint){
}
export($$CONFIG)
CONFIG += ordered
SUBDIRS += \
limereport
CONFIG += ordered
SUBDIRS += demo_r1 demo_r2 designer
initvars.pro \
limereport \
demo_r1 \
demo_r2 \
designer
# QMake top level srcdir and builddir
# https://wiki.qt.io/QMake-top-level-srcdir-and-builddir
#Qt4 .qmake.cache.in
#Qt5 .qmake.conf
OTHER_FILES += \
.qmake.conf \
.qmake.cache.in