author | zecke <zecke> | 2004-08-27 22:23:41 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-08-27 22:23:41 (UTC) |
commit | 4c9b9ac76dd6cd490b9427a46679acb75609c315 (patch) (side-by-side diff) | |
tree | 9a125669fb1b604d6078d43102e6304b7854c1ba /noncore/graphics | |
parent | 7d1ca5dba4cab829d9f7a8c79fb772dc3b643eac (diff) | |
download | opie-4c9b9ac76dd6cd490b9427a46679acb75609c315.zip opie-4c9b9ac76dd6cd490b9427a46679acb75609c315.tar.gz opie-4c9b9ac76dd6cd490b9427a46679acb75609c315.tar.bz2 |
The usual forgotten file
so here it is
-rw-r--r-- | noncore/graphics/opie-eye/lib/lib.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/noncore/graphics/opie-eye/lib/lib.pro b/noncore/graphics/opie-eye/lib/lib.pro new file mode 100644 index 0000000..ffdf724 --- a/dev/null +++ b/noncore/graphics/opie-eye/lib/lib.pro @@ -0,0 +1,8 @@ +HEADERS += lib/imagecache.h \ + lib/slavemaster.h + + +SOURCES += lib/imagecache.cpp \ + lib/slavemaster.cpp \ + lib/viewmap.cpp + |