Update qmake files

As promised, here is me updating the qmake project files in order to
allow building the new version with qmake instead of cmake.
This commit is contained in:
Martin Kleusberg
2014-04-20 12:36:21 +02:00
parent 956dde9a59
commit f451beef0d
3 changed files with 19 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
TEMPLATE = lib
CONFIG += staticlib
CONFIG += debug_and_release
HEADERS += \
qcustomplot.h
SOURCES += \
qcustomplot.cpp