From 29d72c3c92844412ac31157c886dbadc8cfa6c91 Mon Sep 17 00:00:00 2001 From: Martin Kleusberg Date: Sun, 30 Dec 2012 22:44:35 +0100 Subject: [PATCH] Set the needed Qt modules properly in the project file --- src/src.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/src.pro b/src/src.pro index 365c92d0..0ba75587 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,5 +1,8 @@ TEMPLATE = app +QT += core gui +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets + TARGET = sqlitebrowser INCLUDEPATH += sqlite_source/