SaschaWillems / glCapsViewer

C++ port of the OpenGL hardware capability viewer
GNU Lesser General Public License v3.0
103 stars 28 forks source link

added AUTOUIC to cmake to enable *.ui file building #12

Closed Green-Sky closed 8 years ago

Green-Sky commented 8 years ago

Attempt to fix this compilation error. #9 Still not working on my end, as cmake converts the file names to lower case somewhere in the process. Could be an cmake error?

Green-Sky commented 8 years ago
File '/home/xxx/glCapsViewer/glcapsviewer.ui' is not valid
AUTOUIC: error: process for ui_glcapsviewer.h needed by
 "/home/xxx/glCapsViewer/glCapsViewer.h"
failed:
File '/home/xxx/glCapsViewer/glcapsviewer.ui' is not valid

the file would be "glCapsViewer.ui"

Green-Sky commented 8 years ago

found "lower case bug". ready to merge?

SaschaWillems commented 8 years ago

Looks good to me. Thx!