mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
This was discussed over email with David. Upstream is unmaintained, but it works with these minor patches.
17 lines
346 B
C++
17 lines
346 B
C++
Missing includes, these live in QtWidgets now.
|
|
|
|
--- src/qbrew.cpp.orig 2018-11-26 11:56:17 UTC
|
|
+++ src/qbrew.cpp
|
|
@@ -9,6 +9,12 @@
|
|
|
|
#include <QtGui>
|
|
|
|
+#include <QFileDialog>
|
|
+#include <QMessageBox>
|
|
+#include <QSplashScreen>
|
|
+#include <QStyleFactory>
|
|
+#include <QWhatsThis>
|
|
+
|
|
#include "alcoholtool.h"
|
|
#include "configure.h"
|
|
#include "data.h"
|