Skip to content

Commit

Permalink
Squashed '3rdparty/nzmqt/' changes from 68d2543..b121522
Browse files Browse the repository at this point in the history
b121522 changed include paths
8b7d691 Merge commit '4664716fc23b983d6401fff866a74c605f380f4f' as '3rdparty/cppzmq'
4664716 Squashed '3rdparty/cppzmq/' content from commit ee47ae4
52e0dd3 removed submodule
REVERT: 68d2543 added cppzmq as subtree
REVERT: 144b84d Merge commit '2254a0e5c6acb7204e45c94c13ffb47640ec9ec1' as 'externals/include/cppzmq'
REVERT: 2254a0e Squashed 'externals/include/cppzmq/' content from commit ee47ae4
REVERT: 6048043 removed submodule

git-subtree-dir: 3rdparty/nzmqt
git-subtree-split: b121522
  • Loading branch information
machinekoder committed May 2, 2014
1 parent ba4849d commit 1d0f0ec
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
Empty file removed .gitmodules
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/nzmqt_app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ LIBS += -lzmq

INCLUDEPATH += \
../include \
../externals/include/cppzmq \
../3rdparty/cppzmq \
$(QTDIR)/include \
/opt/local/include

Expand Down
2 changes: 1 addition & 1 deletion src/nzmqt_sharedlib.pro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ LIBS += -lzmq

INCLUDEPATH += \
../include \
../externals/include/cppzmq \
../3rdparty/cppzmq \
$(QTDIR)/include \
/opt/local/include

Expand Down
2 changes: 1 addition & 1 deletion src/nzmqt_staticlib.pro
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ LIBS += -lzmq

INCLUDEPATH += \
../include \
../externals/include/cppzmq \
../3rdparty/cppzmq \
$(QTDIR)/include \
/opt/local/include

Expand Down
2 changes: 1 addition & 1 deletion src/nzmqt_test.pro
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LIBS += -lzmq

INCLUDEPATH += \
../include \
../externals/include/cppzmq \
../3rdparty/cppzmq \
$(QTDIR)/include \
/opt/local/include

Expand Down

0 comments on commit 1d0f0ec

Please sign in to comment.