author | zecke <zecke> | 2004-08-27 22:23:41 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-08-27 22:23:41 (UTC) |
commit | 4c9b9ac76dd6cd490b9427a46679acb75609c315 (patch) (unidiff) | |
tree | 9a125669fb1b604d6078d43102e6304b7854c1ba | |
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 @@ | |||
1 | HEADERS += lib/imagecache.h \ | ||
2 | lib/slavemaster.h | ||
3 | |||
4 | |||
5 | SOURCES += lib/imagecache.cpp \ | ||
6 | lib/slavemaster.cpp \ | ||
7 | lib/viewmap.cpp | ||
8 | |||