mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Correct pro files
This commit is contained in:
@ -7,8 +7,6 @@ TEMPLATE = lib
|
||||
CONFIG += shared
|
||||
CONFIG += plugin
|
||||
|
||||
CONFIG += core_static_link_libstd
|
||||
|
||||
DEFINES += HTMLFILE_USE_DYNAMIC_LIBRARY
|
||||
DEFINES += UNICODECONVERTER_USE_DYNAMIC_LIBRARY
|
||||
|
||||
|
||||
@ -27,16 +27,10 @@ CONFIG(debug, debug|release) {
|
||||
DESTDIR = $$PWD/Release
|
||||
}
|
||||
|
||||
CONFIG += c++11
|
||||
TEMPLATE = app
|
||||
|
||||
LIBS += -L$$CORE_BUILDS_LIBRARIES_PATH -lUnicodeConverter -lkernel -lgraphics -lHtmlFile
|
||||
|
||||
linux-g++ | linux-g++-64 | linux-g++-32 {
|
||||
QMAKE_LFLAGS += -Wl,--rpath=./
|
||||
message(linux)
|
||||
}
|
||||
|
||||
win32 {
|
||||
LIBS += -ladvapi32 \
|
||||
-luser32 \
|
||||
|
||||
Reference in New Issue
Block a user