Skip to content

Commit

Permalink
changed include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
machinekoder committed May 2, 2014
1 parent 8b7d691 commit b121522
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 \
../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 \
../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 \
../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 \
../3rdparty/cppzmq \
$(QTDIR)/include \
/opt/local/include

Expand Down

0 comments on commit b121522

Please sign in to comment.