Skip to content

Commit

Permalink
Fix cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Oct 23, 2013
1 parent 25b6645 commit 8307543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Sandbox/Gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ set(SandboxGui_LIBS
FreeCADGui
)

fc_add_resources(Resource_SRCS Resources/Sandbox.qrc)
qt4_add_resources(Resource_SRCS Resources/Sandbox.qrc)
SET(Resource_SRCS
# ${Resource_SRCS}
${Resource_SRCS}
Resources/Sandbox.qrc
)
SOURCE_GROUP("Resource" FILES ${Resource_SRCS})
Expand Down

0 comments on commit 8307543

Please sign in to comment.