Removed old OpengGL widget.

This commit is contained in:
David Williams
2015-02-09 22:15:03 +01:00
parent c62bde0066
commit f042584ed5
3 changed files with 1 additions and 542 deletions

View File

@ -51,7 +51,7 @@ QT5_ADD_RESOURCES(COMMON_RESOURCES_RCC ../common/example.qrc)
SOURCE_GROUP("Resource Files" FILES ../common/example.qrc ${COMMON_RESOURCES_RCC})
#Build
ADD_EXECUTABLE(SmoothLODExample ${SRC_FILES})
ADD_EXECUTABLE(SmoothLODExample ${SRC_FILES} ${COMMON_RESOURCES_RCC})
IF(MSVC)
SET_TARGET_PROPERTIES(SmoothLODExample PROPERTIES COMPILE_FLAGS "/W4 /wd4127") #All warnings
ENDIF(MSVC)