mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
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/
11 lines
401 B
Text
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
|