mirror of https://github.com/AxioDL/logvisor.git
12 lines
165 B
Prolog
12 lines
165 B
Prolog
|
TEMPLATE = lib
|
||
|
CONFIG += staticlib c++11
|
||
|
TARGET = LogVisor
|
||
|
CONFIG -= Qt
|
||
|
QT =
|
||
|
|
||
|
HEADERS += \
|
||
|
include/LogVisor/LogVisor.hpp
|
||
|
|
||
|
SOURCES += \
|
||
|
lib/LogVisor.cpp
|