1
0
Fork 0
forked from len0rd/rockbox

Separate logger / quazip project file parts.

Move to separate project include file for better readability and reusability.

Change-Id: If75805be8fad4aec8ede600f5c616a9412ac0505
This commit is contained in:
Dominik Riebeling 2015-03-25 21:58:25 +01:00
parent b230cf3aa2
commit 9ecfe6151b
4 changed files with 47 additions and 23 deletions

View file

@ -163,7 +163,7 @@ dbg {
message("release")
}
DEFINES += RBUTIL _LARGEFILE64_SOURCE CUTELOGGER_STATIC QUAZIP_STATIC
DEFINES += RBUTIL _LARGEFILE64_SOURCE
# check version of Qt installation
!contains(QT_MAJOR_VERSION, 5):!macx:!*-msvc* {
@ -246,4 +246,6 @@ unix {
# source files are separate.
include(rbutilqt.pri)
include(quazip/quazip.pri)
include(logger/logger.pri)