14 lines
No EOL
272 B
Prolog
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 |