summaryrefslogtreecommitdiff
path: root/databases/redisdesktopmanager/files/patch-src_rdm.pro
blob: 9cdf02982f337c37ca993e42e53d1d4046b8956d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- src/rdm.pro.orig	2018-11-27 08:26:54 UTC
+++ src/rdm.pro
@@ -25,8 +25,6 @@ SOURCES += \
     $$PWD/modules/connections-tree/items/*.cpp \
     $$PWD/modules/console/*.cpp \
     $$PWD/modules/value-editor/*.cpp \
-    $$PWD/modules/crashhandler/*.cpp \
-    $$PWD/modules/updater/*.cpp \
     $$PWD/modules/bulk-operations/*.cpp \
     $$PWD/modules/common/*.cpp \
     $$PWD/modules/server-stats/*.cpp \
@@ -41,8 +39,6 @@ HEADERS  += \
     $$PWD/modules/connections-tree/items/*.h \
     $$PWD/modules/console/*.h \
     $$PWD/modules/value-editor/*.h \
-    $$PWD/modules/crashhandler/*.h \
-    $$PWD/modules/updater/*.h \
     $$PWD/modules/*.h \
     $$PWD/modules/bulk-operations/*.h \
     $$PWD/modules/common/*.h \
@@ -96,8 +92,8 @@ unix:!macx { # ubuntu & debian
 
     QMAKE_CXXFLAGS += -Wno-sign-compare    
 
-    release: DESTDIR = $$PWD/../bin/linux/release
-    debug:   DESTDIR = $$PWD/../bin/linux/debug
+    release: DESTDIR = $$PWD/../bin/freebsd/release
+    debug:   DESTDIR = $$PWD/../bin/freebsd/debug
 
     #deployment
     LINUX_INSTALL_PATH = /opt/redis-desktop-manager