mirror of
https://github.com/AxioDL/logvisor.git
synced 2025-06-03 13:11:33 +00:00
14 lines
189 B
Prolog
14 lines
189 B
Prolog
TEMPLATE = lib
|
|
CONFIG += staticlib c++11
|
|
TARGET = LogVisor
|
|
CONFIG -= Qt
|
|
QT =
|
|
|
|
INCLUDEPATH += include
|
|
|
|
HEADERS += \
|
|
include/LogVisor/LogVisor.hpp
|
|
|
|
SOURCES += \
|
|
lib/LogVisor.cpp
|