mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
This is versatile graphical viewer and editor for ELF files, based on the stock Qt libraries and a few custom components. WWW: https://github.com/horsicq/XELFViewer
12 lines
253 B
C++
12 lines
253 B
C++
--- XOptions/xoptions.h.orig 2021-08-30 16:51:52 UTC
|
|
+++ XOptions/xoptions.h
|
|
@@ -35,6 +35,9 @@
|
|
#else
|
|
#include <QCoreApplication> // TODO Check
|
|
#endif
|
|
+#if defined(Q_OS_FREEBSD)
|
|
+#include <QStandardPaths>
|
|
+#endif
|
|
|
|
class XOptions : public QObject
|
|
{
|