plugin manager utility

This commit is contained in:
Vikulov Dmitry
2023-04-27 21:52:38 +03:00
parent 99ba013151
commit e97fd44489
3 changed files with 957 additions and 0 deletions

View File

@ -0,0 +1,36 @@
TEMPLATE = app
CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
CORE_ROOT_DIR = $$PWD/../..
PWD_ROOT_DIR = $$PWD
include($$CORE_ROOT_DIR/Common/base.pri)
include($$CORE_ROOT_DIR/Common/3dParty/icu/icu.pri)
DESTDIR = $$CORE_BUILDS_BINARY_PATH
TARGET = pluginsmanager
DEFINES += KERNEL_USE_DYNAMIC_LIBRARY
ADD_DEPENDENCY(kernel, kernel_network, UnicodeConverter)
core_windows {
DEFINES += \
WIN32
DEFINES -= UNICODE
DEFINES -= _DEBUG
message(windows)
LIBS += -lAdvapi32
LIBS += -lShell32
LIBS += -lGdi32
LIBS += -lUser32
}
SOURCES += main.cpp
HEADERS += help.h