Mon, 18 Mar 2013 12:24:16 +0200
and of course I forget to update ldforge.pro... or to test compile for that matter
ldforge.pro | file | annotate | diff | comparison | revisions |
--- a/ldforge.pro Mon Mar 18 12:20:48 2013 +0200 +++ b/ldforge.pro Mon Mar 18 12:24:16 2013 +0200 @@ -11,9 +11,9 @@ # Input HEADERS += bbox.h \ common.h \ - draw.h \ + gldraw.h \ gui.h \ - io.h \ + file.h \ ldtypes.h \ misc.h \ str.h \ @@ -22,9 +22,9 @@ zz_setContentsDialog.h SOURCES += bbox.cpp \ - draw.cpp \ + gldraw.cpp \ gui.cpp \ - io.cpp \ + file.cpp \ ldtypes.cpp \ main.cpp \ misc.cpp \