Files
sqlitebrowser/libs/qcustomplot-source/qcustomplot.pro
Martin Kleusberg f451beef0d 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.
2014-04-20 12:36:21 +02:00

11 lines
130 B
Prolog

TEMPLATE = lib
CONFIG += staticlib
CONFIG += debug_and_release
HEADERS += \
qcustomplot.h
SOURCES += \
qcustomplot.cpp