mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-14 03:46:15 +08:00
19 lines
267 B
Prolog
19 lines
267 B
Prolog
QT -= core gui
|
|
|
|
TARGET = OfficeUtils
|
|
TEMPLATE = lib
|
|
CONFIG += staticlib
|
|
|
|
win32 {
|
|
CONFIG += build_all_zlib
|
|
}
|
|
|
|
mac {
|
|
#QMAKE_MAC_SDK = macosx10.11
|
|
}
|
|
|
|
CORE_ROOT_DIR = $$PWD/..
|
|
PWD_ROOT_DIR = $$PWD
|
|
include(../Common/base.pri)
|
|
include($$PWD/OfficeUtils.pri))
|