3a62badf52
prior will be migrated to the new format when you run 0.15 for the first time. Changes: - Merge many changes from Psi+. - New message history browser. - New, fast contact list window. - TURN proxying for voice calls. - Store data in more standardized locations based on the platform. - No longer dependent on the Qt3Support library. - Domains ending in .local now always work, whether via DNS server or mdns. - Windows 64-bit and Mac 64-bit now supported. Mac PPC deprecated. - Legacy SSL port probe feature removed. - Various small features and bugfixes. Since 0.14, this version contains about two years worth of merges from the Psi+ project. Thanks to Rion and Dealer_WeARE for diligently keeping the Psi source repo current all this time.
14 lines
341 B
INI
14 lines
341 B
INI
$NetBSD: patch-src_src.pro,v 1.1 2012/12/07 23:52:09 schnoebe Exp $
|
|
|
|
Remove unneeded DESTDIR statement, it broke the install target.
|
|
|
|
--- src/src.pro.orig 2012-10-04 00:53:03.000000000 +0000
|
|
+++ src/src.pro
|
|
@@ -6,7 +6,6 @@
|
|
TEMPLATE = app
|
|
TARGET = psi
|
|
CONFIG += qt thread x11
|
|
-DESTDIR = $$PWD/..
|
|
|
|
#CONFIG += use_crash
|
|
CONFIG += pep
|