added dependens(base.pri) for cfcpp library

This commit is contained in:
Ivan Morozov
2022-07-29 00:25:19 +03:00
parent c6fb020fda
commit fa16a17aec
11 changed files with 67 additions and 24 deletions

View File

@ -9,6 +9,12 @@ CONFIG += c++11
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
CORE_ROOT_DIR = $$PWD/../..
PWD_ROOT_DIR = $$PWD
include(../base.pri)
ADD_DEPENDENCY(UnicodeConverter, kernel)
SOURCES += \
RBTree/rbtree.cpp \
cfitem.cpp \
@ -44,9 +50,3 @@ HEADERS += \
streamrw.h \
streamview.h \
svector.h
# Default rules for deployment.
unix {
target.path = $$[QT_INSTALL_PLUGINS]/generic
}
!isEmpty(target.path): INSTALLS += target