]> Shamusworld >> Repos - ttedit/blobdiff - ttedit.pro
Converted project from wxWidgets to Qt. This will be the LAST time this
[ttedit] / ttedit.pro
diff --git a/ttedit.pro b/ttedit.pro
new file mode 100644 (file)
index 0000000..7315add
--- /dev/null
@@ -0,0 +1,28 @@
+# Use 'qmake -o Makefile ttedit.pro'
+
+CONFIG += qt
+
+HEADERS += src/ttedit.h
+HEADERS += src/editwindow.h
+HEADERS += src/glyphpoints.h
+HEADERS += src/types.h
+HEADERS += src/debug.h
+HEADERS += src/toolwindow.h
+HEADERS += src/vector.h
+HEADERS += src/graphicprimitives.h
+HEADERS += src/list.h
+
+SOURCES += src/ttedit.cpp
+SOURCES += src/editwindow.cpp
+SOURCES += src/glyphpoints.cpp
+SOURCES += src/debug.cpp
+SOURCES += src/toolwindow.cpp
+SOURCES += src/vector.cpp
+SOURCES += src/graphicprimitives.cpp
+
+RESOURCES += ttedit.qrc
+
+OBJECTS_DIR = ./obj
+MOC_DIR = ./obj
+RCC_DIR = ./obj
+UI_DIR = ./obj