mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-09 05:19:55 -05: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:
@@ -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