summarylogtreecommitdiffstats
path: root/systemlibs.patch
blob: 8e1d6d5d6134e6122392a9dec3a76b8e3894aad2 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
reverted:
--- toggldesktop-7.4.76/Makefile	2017-11-04 12:40:34.000000000 +0100
+++ mod/Makefile	2017-12-20 10:36:37.658884088 +0100
@@ -5,8 +5,8 @@
 architecture=$(shell uname -m)
 timestamp=$(shell date "+%Y-%m-%d-%H-%M-%S")
 
+#pocodir=third_party/poco
+#openssldir=third_party/openssl
-pocodir=third_party/poco
-openssldir=third_party/openssl
 jsoncppdir=third_party/jsoncpp/dist
 
 GTEST_ROOT=third_party/googletest-read-only
reverted:
--- toggldesktop-7.4.76/src/lib/linux/TogglDesktopLibrary/TogglDesktopLibrary.pro	2017-11-04 12:40:34.000000000 +0100
+++ mod/src/lib/linux/TogglDesktopLibrary/TogglDesktopLibrary.pro	2017-12-20 10:38:12.312213226 +0100
@@ -167,32 +167,32 @@
 INCLUDEPATH += $$PWD/../../../../third_party/lua/src
 DEPENDPATH += $$PWD/../../../../third_party/lua/src
 
+;INCLUDEPATH += $$PWD/../../../../third_party/poco/Foundation/include
+;DEPENDPATH += $$PWD/../../../../third_party/poco/Foundation/include
-INCLUDEPATH += $$PWD/../../../../third_party/poco/Foundation/include
-DEPENDPATH += $$PWD/../../../../third_party/poco/Foundation/include
 
+;INCLUDEPATH += $$PWD/../../../../third_party/poco/Util/include
+;DEPENDPATH += $$PWD/../../../../third_party/poco/Util/include
-INCLUDEPATH += $$PWD/../../../../third_party/poco/Util/include
-DEPENDPATH += $$PWD/../../../../third_party/poco/Util/include
 
+;INCLUDEPATH += $$PWD/../../../../third_party/poco/Data/include
+;DEPENDPATH += $$PWD/../../../../third_party/poco/Data/include
-INCLUDEPATH += $$PWD/../../../../third_party/poco/Data/include
-DEPENDPATH += $$PWD/../../../../third_party/poco/Data/include
 
+;INCLUDEPATH += $$PWD/../../../../third_party/poco/Data/SQLite/include
+;DEPENDPATH += $$PWD/../../../../third_party/poco/Data/SQLite/include
-INCLUDEPATH += $$PWD/../../../../third_party/poco/Data/SQLite/include
-DEPENDPATH += $$PWD/../../../../third_party/poco/Data/SQLite/include
 
+;INCLUDEPATH += $$PWD/../../../../third_party/openssl/include
+;DEPENDPATH += $$PWD/../../../../third_party/openssl/include
-INCLUDEPATH += $$PWD/../../../../third_party/openssl/include
-DEPENDPATH += $$PWD/../../../../third_party/openssl/include
 
+;INCLUDEPATH += $$PWD/../../../../third_party/poco/Crypto/include
+;DEPENDPATH += $$PWD/../../../../third_party/poco/Crypto/include
-INCLUDEPATH += $$PWD/../../../../third_party/poco/Crypto/include
-DEPENDPATH += $$PWD/../../../../third_party/poco/Crypto/include
 
+;INCLUDEPATH += $$PWD/../../../../third_party/poco/Net/include
+;DEPENDPATH += $$PWD/../../../../third_party/poco/Net/include
-INCLUDEPATH += $$PWD/../../../../third_party/poco/Net/include
-DEPENDPATH += $$PWD/../../../../third_party/poco/Net/include
 
+;INCLUDEPATH += $$PWD/../../../../third_party/poco/NetSSL_OpenSSL/include
+;DEPENDPATH += $$PWD/../../../../third_party/poco/NetSSL_OpenSSL/include
-INCLUDEPATH += $$PWD/../../../../third_party/poco/NetSSL_OpenSSL/include
-DEPENDPATH += $$PWD/../../../../third_party/poco/NetSSL_OpenSSL/include
 
+;INCLUDEPATH += $$PWD/../../../../third_party/poco/Data/SQLite/src
+;DEPENDPATH += $$PWD/../../../../third_party/poco/Data/SQLite/src
-INCLUDEPATH += $$PWD/../../../../third_party/poco/Data/SQLite/src
-DEPENDPATH += $$PWD/../../../../third_party/poco/Data/SQLite/src
 
 #QMAKE_CXXFLAGS += -fsanitize=thread -fPIE
 #QMAKE_LFLAGS += -pie -fsanitize=thread