mirror of
https://github.com/vgough/encfs.git
synced 2025-01-05 05:29:33 +01:00
5f0806c5cc
git-vendor-name: easylogging git-vendor-dir: vendor/github.com/muflihun/easyloggingpp git-vendor-repository: https://github.com/muflihun/easyloggingpp git-vendor-ref: master
22 lines
484 B
Prolog
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
|