blob: e2baa18b53a8cf524b42bf02206f59622dd121c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: qbittorrent-1.3.3/configure
===================================================================
--- qbittorrent-1.3.3.orig/configure
+++ qbittorrent-1.3.3/configure
@@ -1542,7 +1542,7 @@ int main()
return 1;
// run qmake on the project file
- int ret = qc_runprogram(qmake_path, QStringList() << proPath, 0, true);
+ int ret = qc_runprogram(qmake_path.append(" QMAKE_STRIP=''"), QStringList() << proPath, 0, true);
if(ret != 0)
return 1;
|