Fix cmake file

This commit is contained in:
wmayer 2013-10-23 15:15:37 +02:00
parent 25b6645e09
commit 8307543b80

View File

@ -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})