Fix Import_rc.py path

This commit is contained in:
Jean-Marie Verdun
2017-07-24 14:54:35 -05:00
committed by Yorik van Havre
parent 28fc8ff34f
commit d27426b814

View File

@@ -9,7 +9,7 @@ IF (BUILD_GUI)
ENDIF (BUILD_GUI)
ADD_CUSTOM_TARGET(ImportRC ALL
SOURCES ${Draft_QRC_SRCS}
SOURCES ${Import_QRC_SRCS}
)