mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Update qmake files
As promised, here is me updating the qmake project files in order to allow building the new version with qmake instead of cmake.
This commit is contained in:
10
libs/qcustomplot-source/qcustomplot.pro
Normal file
10
libs/qcustomplot-source/qcustomplot.pro
Normal file
@@ -0,0 +1,10 @@
|
||||
TEMPLATE = lib
|
||||
|
||||
CONFIG += staticlib
|
||||
CONFIG += debug_and_release
|
||||
|
||||
HEADERS += \
|
||||
qcustomplot.h
|
||||
|
||||
SOURCES += \
|
||||
qcustomplot.cpp
|
||||
Reference in New Issue
Block a user