encfs/vendor/github.com/muflihun/easyloggingpp/samples/Qt/basic/qt-sample.pro
Valient Gough 5f0806c5cc Add "easylogging" from "https://github.com/muflihun/easyloggingpp@master"
git-vendor-name: easylogging
git-vendor-dir: vendor/github.com/muflihun/easyloggingpp
git-vendor-repository: https://github.com/muflihun/easyloggingpp
git-vendor-ref: master
2017-08-05 23:23:41 -07:00

22 lines
484 B
Prolog

QT += core
greaterThan(QT_MAJOR_VERSION, 4)
CONFIG += static
DEFINES += ELPP_QT_LOGGING \
ELPP_FEATURE_ALL \
ELPP_STL_LOGGING \
ELPP_STRICT_SIZE_CHECK ELPP_UNICODE \
ELPP_MULTI_LOGGER_SUPPORT \
ELPP_THREAD_SAFE
TARGET = main.cpp.bin
TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++11
SOURCES += main.cpp ../../../src/easylogging++.cc
HEADERS += \
mythread.h \
easylogging++.h
OTHER_FILES += \
test_conf.conf