ports/databases/redisdesktopmanager/files/patch-3rdparty_3rdparty.pri
Steve Wills 5200bf35e9 databases/redisdesktopmanager: create port
Redis Desktop Manager (aka RDM) - is a fast open source Redis database
management application. It offers you an easy-to-use GUI to access your Redis
DB and perform some basic operations: view keys as a tree, CRUD keys, execute
commands via shell. RDM supports SSL/TLS encryption, SSH tunnels and cloud
Redis instances such as: Amazon ElastiCache, Microsoft Azure Redis Cache and
Redis Labs.

WWW: https://redisdesktop.com/
2018-04-23 15:33:47 +00:00

11 lines
401 B
Text

--- 3rdparty/3rdparty.pri.orig 2018-04-23 05:41:30 UTC
+++ 3rdparty/3rdparty.pri
@@ -81,8 +81,6 @@ unix:!macx { # ubuntu & debian
#QMAKE_LFLAGS = -Wl,-rpath=/home/user/Qt5.9.3/5.9.3/gcc_64/lib
}
- LIBS += $$BREAKPADDIR/client/linux/libbreakpad_client.a
-
# Unix signal watcher
HEADERS += $$PWD/qt-unix-signals/sigwatch.h
SOURCES += $$PWD/qt-unix-signals/sigwatch.cpp