diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-03 14:38:52 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-05-03 14:38:52 +0200 |
commit | ee7304700b2f058864d6ef588531399eb9104ea9 (patch) | |
tree | a346d15138d07b403fcd13c794bd30b32e86a383 /tools/img2c/img2c.pro | |
parent | f07c7bb8707f3c07d98f8c7f5c4cb78a5b285b7b (diff) |
PNG error handling, extreme
Diffstat (limited to 'tools/img2c/img2c.pro')
-rw-r--r-- | tools/img2c/img2c.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/img2c/img2c.pro b/tools/img2c/img2c.pro new file mode 100644 index 0000000..08907d5 --- /dev/null +++ b/tools/img2c/img2c.pro @@ -0,0 +1,11 @@ +###################################################################### +# Automatically generated by qmake (2.01a) Fri May 3 14:05:24 2013 +###################################################################### + +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +SOURCES += img2c.cc |