Files
sqlitebrowser/libs/qcustomplot-source/qcustomplot.pro
Martin Kleusberg be401ad477 Fix project files of libraries to compile with Qt5
This should fix issue #11.
2014-05-22 20:19:10 +02:00

14 lines
215 B
Prolog

TEMPLATE = lib
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
CONFIG += staticlib
CONFIG += debug_and_release
HEADERS += \
qcustomplot.h
SOURCES += \
qcustomplot.cpp