Skip to content

Commit

Permalink
Fix build problem with rbkit
Browse files Browse the repository at this point in the history
  • Loading branch information
gnufied committed Dec 29, 2014
1 parent 428ab4b commit 3bf8d33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common.pri
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Include rbkit related include and lib paths
INCLUDEPATH += $$RC_ROOT_SOURCE_DIR/rbkit-lib
LIBS += $$RC_ROOT_BUILD_DIR/rbkit-lib/librbkit.a

# Include msgpack related include and lib paths
INCLUDEPATH += $$RC_ROOT_BUILD_DIR/msgpack/include
LIBS += $$RC_ROOT_BUILD_DIR/msgpack/lib/libmsgpack.a
Expand Down
4 changes: 4 additions & 0 deletions rbkit-app/rbkit-app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ CONFIG += c++11
# Include msgpack via pri file
include($$RC_ROOT_SOURCE_DIR/common.pri)

# Include rbkit related include and lib paths
INCLUDEPATH += $$RC_ROOT_SOURCE_DIR/rbkit-lib
LIBS += $$RC_ROOT_BUILD_DIR/rbkit-lib/librbkit.a

# Include rbkit-charts via pri file
include($$RC_ROOT_SOURCE_DIR/rbkit-charts/rbcharts.pri)

Expand Down
4 changes: 4 additions & 0 deletions tests/tests.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ SOURCES += \
testappstate.cpp \
testsnapshotstate.cpp

# Include rbkit related include and lib paths
INCLUDEPATH += $$RC_ROOT_SOURCE_DIR/rbkit-lib
LIBS += $$RC_ROOT_BUILD_DIR/rbkit-lib/librbkit.a

# Include everything via one common pri file
include($$RC_ROOT_SOURCE_DIR/common.pri)

Expand Down

0 comments on commit 3bf8d33

Please sign in to comment.