Git Product home page Git Product logo

Comments (3)

yangyongzhen avatar yangyongzhen commented on July 16, 2024

used qt 5.10.0, msvc2015 32bit,my qt project .pro file is:
#-------------------------------------------------

Project created by QtCreator 2022-07-26T16:57:19

#-------------------------------------------------
QT += core gui concurrent

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

CONFIG += c++11

DESTDIR = $$PWD/./bin
TARGET = log4qt_test

DEFINES += QT_DEPRECATED_WARNINGS

DEFINES +=LOG4QT_STATIC

LOG4QTSRCPATH = $$PWD/log4qt

INCLUDEPATH += -L $$LOG4QTSRCPATH
$$LOG4QTSRCPATH/helpers
$$LOG4QTSRCPATH/spi
$$LOG4QTSRCPATH/varia

DEPENDPATH += $$LOG4QTSRCPATH
$$LOG4QTSRCPATH/helpers
$$LOG4QTSRCPATH/spi
$$LOG4QTSRCPATH/varia

include($$PWD/log4qt/log4qt.pri)
include($$PWD/log4qt/build.pri)
include($$PWD/log4qt/g++.pri)

include(logger/logger.pri)

SOURCES +=
main.cpp
mainwindow.cpp

HEADERS +=
mainwindow.h

FORMS +=
mainwindow.ui

qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target

LIBS += -L$$PWD/./bin

from log4qt.

yangyongzhen avatar yangyongzhen commented on July 16, 2024

i used heob tools in Qtcrator4.15, 64bit, the result is the same,both 32 bit and 64bit have the same probloms:

The more debug log info taked ,the more memory will be occupied
image
b93e81b9353caeda60bd4aa36e38886

from log4qt.

yangyongzhen avatar yangyongzhen commented on July 16, 2024

the test project can be downloaded from here:
https://blog.csdn.net/yyz_1987/article/details/126017464

from log4qt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.