]> Shamusworld >> Repos - ttedit/blobdiff - ttedit.pro
Converted from Qt4 to Qt5.
[ttedit] / ttedit.pro
index dd20f26e529da47b6f203d982c5aaacff83fc2cf..996c9a4f52421687b7e3350a676b9dad99666457 100644 (file)
@@ -3,9 +3,10 @@
 CONFIG += qt
 #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