Fix cmake file

This commit is contained in:
wmayer
2013-10-23 15:15:37 +02:00
parent 3cd69c46d4
commit 10a171bb2e

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