reorder include path to build in case socks is installed (which is
incompatible with the included one)
This commit is contained in:
parent
71ed86c4a3
commit
6610ddefde
29
net/psi/patches/patch-src_src_pro
Normal file
29
net/psi/patches/patch-src_src_pro
Normal file
@ -0,0 +1,29 @@
|
||||
$OpenBSD: patch-src_src_pro,v 1.1 2005/06/03 06:02:37 sturm Exp $
|
||||
--- src/src.pro.orig Thu Jun 2 15:24:37 2005
|
||||
+++ src/src.pro Thu Jun 2 15:25:11 2005
|
||||
@@ -17,12 +17,6 @@ MOC_DIR = .moc
|
||||
OBJECTS_DIR = .obj
|
||||
UI_DIR = .ui
|
||||
|
||||
-# qconf
|
||||
-unix: {
|
||||
- include(../conf.pri)
|
||||
- include(../extra.pri)
|
||||
-}
|
||||
-
|
||||
# qxml
|
||||
!isEmpty(QXML_STATIC) {
|
||||
unix: {
|
||||
@@ -42,6 +36,12 @@ exists(../cutestuff) {
|
||||
PSICS_CPP = ../cutestuff
|
||||
}
|
||||
include(../psics.pri)
|
||||
+
|
||||
+# qconf
|
||||
+unix: {
|
||||
+ include(../conf.pri)
|
||||
+ include(../extra.pri)
|
||||
+}
|
||||
|
||||
# qca
|
||||
#DEFINES += QCA_STATIC
|
Loading…
Reference in New Issue
Block a user