X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=ttedit.pro;h=78798a3033a0878df7edf2d65bdb404224ea30ce;hb=faaae13292af283e277b0d1480aad54a6e4a2dd6;hp=1e7c4433bfd33b9e56b8422f4c86125fbaa64611;hpb=29b571499a38273c6c693334512e44f4162171a5;p=ttedit diff --git a/ttedit.pro b/ttedit.pro index 1e7c443..78798a3 100644 --- a/ttedit.pro +++ b/ttedit.pro @@ -1,11 +1,11 @@ # Use 'qmake -o Makefile ttedit.pro' CONFIG += qt -#debug doesn't do shit +#debug doesn't do shit (Actually, it does seem to do *something*) #CONFIG += qt debug HEADERS += src/ttedit.h -HEADERS += src/ttemainwindow.h +HEADERS += src/mainwindow.h HEADERS += src/editwindow.h HEADERS += src/glyphpoints.h HEADERS += src/types.h @@ -17,7 +17,7 @@ HEADERS += src/graphicprimitives.h HEADERS += src/list.h SOURCES += src/ttedit.cpp -SOURCES += src/ttemainwindow.cpp +SOURCES += src/mainwindow.cpp SOURCES += src/editwindow.cpp SOURCES += src/glyphpoints.cpp SOURCES += src/debug.cpp