diff options
author | Lars Muldjord <muldjordlars@gmail.com> | 2016-11-21 21:14:45 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-12-02 16:57:13 +0100 |
commit | dfae8c7aad33a352f882c44ef2a9cc83f2746207 (patch) | |
tree | 1416e5bc9ec080700d82badb37aa7bd08152850d /tools/fontgen/fontgen.pro | |
parent | e5cf5cf630f267e7029d3afc65a4874f9f626d2b (diff) |
Basic functionality implemented. Rendering still not done
Diffstat (limited to 'tools/fontgen/fontgen.pro')
-rw-r--r-- | tools/fontgen/fontgen.pro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/fontgen/fontgen.pro b/tools/fontgen/fontgen.pro new file mode 100644 index 0000000..b27f716 --- /dev/null +++ b/tools/fontgen/fontgen.pro @@ -0,0 +1,12 @@ +TEMPLATE = app +TARGET = FontGen +DEPENDPATH += . +INCLUDEPATH += . +#CONFIG += console debug +QT += widgets + +# Input +HEADERS += generator.h + +SOURCES += generator.cc \ + main.cc |