File tree Expand file tree Collapse file tree 6 files changed +1
-9
lines changed
Expand file tree Collapse file tree 6 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 44[submodule "src/common "]
55 path = src/common
66 url = https://github.com/fanout/common.git
7- [submodule "src/jdns "]
8- path = src/jdns
9- url = https://github.com/psi-im/jdns.git
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ VERSION=$1
1010
1111mkdir -p build/zurl-$VERSION
1212cp -a .gitignore CHANGELOG.md COPYING README.md configure zurl.qc zurl.pro zurl.conf.example qcm src tools tests build/zurl-$VERSION
13- rm -rf build/zurl-$VERSION /src/qzmq/.git build/zurl-$VERSION /src/common/.git build/zurl- $VERSION /src/jdns/.git
13+ rm -rf build/zurl-$VERSION /src/qzmq/.git build/zurl-$VERSION /src/common/.git
1414cd build
1515tar jcvf zurl-$VERSION .tar.bz2 zurl-$VERSION
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ QMAKE_CXXFLAGS += $$(CXXFLAGS)
55QMAKE_CFLAGS += $$(CFLAGS)
66QMAKE_LFLAGS += $$(LDFLAGS)
77
8- include ($$SRC_DIR/jdns/jdns.pri )
9-
108INCLUDEPATH += $$SRC_DIR /qzmq/src
119include ($$SRC_DIR/qzmq/src/src.pri )
1210
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ QMAKE_CFLAGS += $$(CFLAGS)
66QMAKE_LFLAGS += $$(LDFLAGS)
77
88INCLUDEPATH += $$SRC_DIR
9- INCLUDEPATH += $$SRC_DIR /jdns/include/jdns
109INCLUDEPATH += $$SRC_DIR /qzmq/src
1110
1211INCLUDEPATH += $$COMMON_DIR
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ include($$PWD/../conf.pri)
1313COMMON_DIR = $$SRC_DIR /common
1414
1515INCLUDEPATH += $$SRC_DIR
16- INCLUDEPATH += $$SRC_DIR /jdns/include/jdns
1716INCLUDEPATH += $$SRC_DIR /qzmq/src
1817
1918INCLUDEPATH += $$COMMON_DIR
You can’t perform that action at this time.
0 commit comments