mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
14 lines
215 B
Prolog
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
|