mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Fix project files of libraries to compile with Qt5
This should fix issue #11.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
TEMPLATE = lib
|
||||
|
||||
QT += core gui network
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
||||
|
||||
CONFIG += staticlib
|
||||
CONFIG += debug_and_release
|
||||
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
TEMPLATE = lib
|
||||
|
||||
QT += core gui network
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
|
||||
|
||||
CONFIG += staticlib
|
||||
CONFIG += debug_and_release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user