Correct pro files

This commit is contained in:
Oleg Korshul
2023-04-07 10:30:23 +03:00
parent 3621bea6e1
commit eb45d8dadc
32 changed files with 7 additions and 117 deletions

View File

@ -7,7 +7,6 @@ TARGET = test
CORE_ROOT_DIR = $$PWD/../..
PWD_ROOT_DIR = $$PWD
CONFIG += core_static_link_libstd
include($$CORE_ROOT_DIR/Common/base.pri)
include($$CORE_ROOT_DIR/Common/3dParty/boost/boost.pri)
@ -54,5 +53,4 @@ core_windows {
core_linux {
LIBS += -lz -pthread -ldl
QMAKE_LFLAGS += -Wl,--rpath=./
}

View File

@ -7,7 +7,6 @@ TARGET = ooxml_crypt
CORE_ROOT_DIR = $$PWD/../..
PWD_ROOT_DIR = $$PWD
CONFIG += core_static_link_libstd
include($$CORE_ROOT_DIR/Common/base.pri)
include($$CORE_ROOT_DIR/Common/3dParty/boost/boost.pri)
@ -55,5 +54,4 @@ core_windows {
core_linux {
LIBS += -lz -pthread -ldl
QMAKE_LFLAGS += -Wl,--rpath=./
}