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,8 +7,6 @@ TEMPLATE = lib
CONFIG += shared
CONFIG += plugin
CONFIG += core_static_link_libstd
DEFINES += HTMLFILE_USE_DYNAMIC_LIBRARY
DEFINES += UNICODECONVERTER_USE_DYNAMIC_LIBRARY

View File

@ -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 \