ports/databases/sqlitestudio/files/patch-sqlitestudiocli_cli__config.h
Raphael Kubo da Costa 12271051a5 Add a few patches to fix the build with the upcoming Qt 5.5.1.
Several places were using QDataStream without including the proper headers.
These fixes are not enough: the ports needs to explicitly depend on more Qt
components, but we are still working on that and may end up creating a new,
smaller port out of devel/qt5-designer.
2016-01-21 11:02:03 +00:00

10 lines
222 B
C++

--- sqlitestudiocli/cli_config.h.orig 2016-01-21 10:44:03 UTC
+++ sqlitestudiocli/cli_config.h
@@ -2,6 +2,7 @@
#define CLI_CONFIG_H
#include "config_builder.h"
+#include <QDataStream>
namespace CliResultsDisplay
{