4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-15 04:39:34 +00:00
LIEF/includeLIEF.pri
2021-02-28 12:41:02 +03:00

19 lines
429 B
Plaintext

#
# Copyright (C) 2021-2021 QuasarApp.
# Distributed under the lgplv3 software license, see the accompanying
# Everyone is permitted to copy and distribute verbatim copies
# of this license document, but changing it is not allowed.
#
!isEmpty(LIEF_LIB):error("includeLIEF.pri already included")
LIEF_LIB = 1
#DEPENDS
LIEF_LIB_OUTPUT_DIR="$$PWD/Build"
LIBS += -L$$DEPLOY_LIB_OUTPUT_DIR -llief
INCLUDEPATH += "$$PWD/include"