mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
As promised, here is me updating the qmake project files in order to allow building the new version with qmake instead of cmake.
11 lines
130 B
Prolog
11 lines
130 B
Prolog
TEMPLATE = lib
|
|
|
|
CONFIG += staticlib
|
|
CONFIG += debug_and_release
|
|
|
|
HEADERS += \
|
|
qcustomplot.h
|
|
|
|
SOURCES += \
|
|
qcustomplot.cpp
|