mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Set the needed Qt modules properly in the project file
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
TEMPLATE = app
|
||||
|
||||
QT += core gui
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = sqlitebrowser
|
||||
|
||||
INCLUDEPATH += sqlite_source/
|
||||
|
||||
Reference in New Issue
Block a user