Removed qt file

This commit is contained in:
Jack Andersen 2015-07-08 20:39:00 -10:00
parent 9e31e9e2b9
commit c1f226b4dc
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
TEMPLATE = lib
CONFIG += staticlib c++11
TARGET = LogVisor
CONFIG -= Qt
QT =
INCLUDEPATH += include
HEADERS += \
include/LogVisor/LogVisor.hpp
SOURCES += \
lib/LogVisor.cpp