Set the needed Qt modules properly in the project file

This commit is contained in:
Martin Kleusberg
2012-12-30 22:44:35 +01:00
parent 2295c58a0f
commit 29d72c3c92

View File

@@ -1,5 +1,8 @@
TEMPLATE = app
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = sqlitebrowser
INCLUDEPATH += sqlite_source/