X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ttedit.pro;h=996c9a4f52421687b7e3350a676b9dad99666457;hb=3ef71393f70213eb53db552605ae3c93f1303ee9;hp=1e7c4433bfd33b9e56b8422f4c86125fbaa64611;hpb=29b571499a38273c6c693334512e44f4162171a5;p=ttedit diff --git a/ttedit.pro b/ttedit.pro index 1e7c443..996c9a4 100644 --- a/ttedit.pro +++ b/ttedit.pro @@ -1,11 +1,12 @@ # 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 +QT += widgets 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 +18,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