Skip to content

Commit

Permalink
move qzmq source files to src/core and remove the src/core/qzmq dir
Browse files Browse the repository at this point in the history
The qzmq code is a fork but we don't expect upstream changes, so no need to keep the nested layout.
  • Loading branch information
jkarneges committed Feb 5, 2025
1 parent 9b35cdb commit baf7178
Show file tree
Hide file tree
Showing 23 changed files with 12 additions and 199 deletions.
13 changes: 12 additions & 1 deletion src/core/core.pri
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
include(qzmq/src/src.pri)
HEADERS += \
$$PWD/qzmqcontext.h \
$$PWD/qzmqsocket.h \
$$PWD/qzmqvalve.h \
$$PWD/qzmqreqmessage.h \
$$PWD/qzmqreprouter.h

SOURCES += \
$$PWD/qzmqcontext.cpp \
$$PWD/qzmqsocket.cpp \
$$PWD/qzmqvalve.cpp \
$$PWD/qzmqreprouter.cpp

HEADERS += $$PWD/processquit.h
SOURCES += $$PWD/processquit.cpp
Expand Down
7 changes: 0 additions & 7 deletions src/core/qzmq/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions src/core/qzmq/COPYING

This file was deleted.

24 changes: 0 additions & 24 deletions src/core/qzmq/README

This file was deleted.

7 changes: 0 additions & 7 deletions src/core/qzmq/examples/examples.pri

This file was deleted.

3 changes: 0 additions & 3 deletions src/core/qzmq/examples/examples.pro

This file was deleted.

60 changes: 0 additions & 60 deletions src/core/qzmq/examples/helloclient/helloclient.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions src/core/qzmq/examples/helloclient/helloclient.pro

This file was deleted.

55 changes: 0 additions & 55 deletions src/core/qzmq/examples/helloserver/helloserver.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions src/core/qzmq/examples/helloserver/helloserver.pro

This file was deleted.

3 changes: 0 additions & 3 deletions src/core/qzmq/qzmq.pro

This file was deleted.

12 changes: 0 additions & 12 deletions src/core/qzmq/src/src.pri

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/cpp.pro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ DEFINES += NO_IRISNET

INCLUDEPATH += $$SRC_DIR/../target/include
INCLUDEPATH += $$SRC_DIR/core
INCLUDEPATH += $$SRC_DIR/core/qzmq/src

include(core/core.pri)
include(m2adapter/m2adapter.pri)
Expand Down
1 change: 0 additions & 1 deletion src/cpptests.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ DEFINES += NO_IRISNET

INCLUDEPATH += $$SRC_DIR/../target/include
INCLUDEPATH += $$SRC_DIR/core
INCLUDEPATH += $$SRC_DIR/core/qzmq/src

include(core/tests.pri)
include(proxy/tests.pri)
Expand Down

0 comments on commit baf7178

Please sign in to comment.