qcustomplot/qcustomplot.pro
2015-04-29 18:51:50 +02:00

14 lines
No EOL
272 B
Prolog

TEMPLATE = lib
VERSION = $$SOVERSION
TARGET = qcustomplot$$QTSUFFIX
QT = core gui widgets printsupport
SOURCES = qcustomplot.cpp
HEADERS = qcustomplot.h
target.path = $$LIBDIR
INSTALLS += target
header.path = /usr/include
header.files = qcustomplot.h
INSTALLS += header