Build enhancements

Qt <4.7 is partially supported now:
 * Without Qt bindings (build.sh -without-qtbinding ...)
 * With reduced functionality (i.e. package manager won't work)

Build compatibility with STL-less Qt installations
This commit is contained in:
Matthias Koefferlein
2017-12-05 22:26:30 +01:00
parent fdb012aa2d
commit 2cd5d68db2
18 changed files with 48 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@
#include <QObject>
#include <string>
#include <vector>
namespace lay
{
+1
View File
@@ -27,6 +27,7 @@
#include "laybasicCommon.h"
#include <QDialog>
#include <string>
namespace Ui {
class TipDialog;
+1
View File
@@ -31,6 +31,7 @@
#include <QLabel>
#include <QLineEdit>
#include <QProxyStyle>
#include <string>
namespace db
{