Skip to content

Commit

Permalink
compile chart resources into rbkit app
Browse files Browse the repository at this point in the history
  • Loading branch information
iffyuva committed May 5, 2015
1 parent 463e51b commit 795fdbe
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rbkit-app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,15 @@ include_directories(
${CMAKE_SOURCE_DIR}/rbkit-lib)


QT5_ADD_RESOURCES(RBKIT_APP_RESOURCES
appicon.qrc
${CMAKE_SOURCE_DIR}/rbkit-charts/rbcharts.qrc)


add_executable(RbkitClient
main.cpp)
main.cpp

${RBKIT_APP_RESOURCES})


set_property(TARGET RbkitClient PROPERTY CXX_STANDARD 11)
Expand Down

0 comments on commit 795fdbe

Please sign in to comment.