author | alwin <alwin> | 2004-04-04 23:02:44 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-04-04 23:02:44 (UTC) |
commit | 4068b42526afa8da95f1299c7f8f5f10081ae4b0 (patch) (unidiff) | |
tree | c6672ac4f5558ce20d55b089e332592e095980ea | |
parent | 318c10ce368a6bf99f3412a2ff1ef0a9177c965a (diff) | |
download | opie-4068b42526afa8da95f1299c7f8f5f10081ae4b0.zip opie-4068b42526afa8da95f1299c7f8f5f10081ae4b0.tar.gz opie-4068b42526afa8da95f1299c7f8f5f10081ae4b0.tar.bz2 |
imagescrollview added
-rw-r--r-- | noncore/graphics/opie-eye/phunk_view.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/graphics/opie-eye/phunk_view.pro b/noncore/graphics/opie-eye/phunk_view.pro index 0e2202a..21fd59c 100644 --- a/noncore/graphics/opie-eye/phunk_view.pro +++ b/noncore/graphics/opie-eye/phunk_view.pro | |||
@@ -1,36 +1,36 @@ | |||
1 | CONFIG += qt warn_on quick-app | 1 | CONFIG += qt warn_on quick-app |
2 | DESTDIR = $(OPIEDIR)/bin | 2 | DESTDIR = $(OPIEDIR)/bin |
3 | TEMPLATE = app | 3 | TEMPLATE = app |
4 | TARGET = opie-eye | 4 | TARGET = opie-eye |
5 | # the name of the resulting object | 5 | # the name of the resulting object |
6 | 6 | ||
7 | HEADERS = gui/iconview.h gui/filesystem.h gui/mainwindow.h \ | 7 | HEADERS = gui/iconview.h gui/filesystem.h gui/mainwindow.h \ |
8 | lib/imagecache.h impl/dir/dir_dirview.h \ | 8 | lib/imagecache.h impl/dir/dir_dirview.h \ |
9 | iface/dirview.h iface/dirlister.h iface/ifaceinfo.h \ | 9 | iface/dirview.h iface/dirlister.h iface/ifaceinfo.h \ |
10 | impl/dir/dir_lister.h impl/dir/dir_ifaceinfo.h \ | 10 | impl/dir/dir_lister.h impl/dir/dir_ifaceinfo.h \ |
11 | lib/slavemaster.h \ | 11 | lib/slavemaster.h \ |
12 | iface/slaveiface.h \ | 12 | iface/slaveiface.h \ |
13 | gui/imageinfoui.h | 13 | gui/imageinfoui.h gui/imagescrollview.h |
14 | 14 | ||
15 | # A list header files | 15 | # A list header files |
16 | 16 | ||
17 | 17 | ||
18 | SOURCES = gui/iconview.cpp gui/filesystem.cpp gui/mainwindow.cpp \ | 18 | SOURCES = gui/iconview.cpp gui/filesystem.cpp gui/mainwindow.cpp \ |
19 | lib/imagecache.cpp lib/viewmap.cpp \ | 19 | lib/imagecache.cpp lib/viewmap.cpp \ |
20 | impl/dir/dir_dirview.cpp iface/dirlister.cpp \ | 20 | impl/dir/dir_dirview.cpp iface/dirlister.cpp \ |
21 | iface/dirview.cpp impl/dir/dir_lister.cpp \ | 21 | iface/dirview.cpp impl/dir/dir_lister.cpp \ |
22 | impl/dir/dir_ifaceinfo.cpp lib/slavemaster.cpp \ | 22 | impl/dir/dir_ifaceinfo.cpp lib/slavemaster.cpp \ |
23 | gui/imageinfoui.cpp | 23 | gui/imageinfoui.cpp gui/imagescrollview.cpp |
24 | # A list of source files | 24 | # A list of source files |
25 | 25 | ||
26 | INTERFACES = | 26 | INTERFACES = |
27 | # list of ui files | 27 | # list of ui files |
28 | 28 | ||
29 | INCLUDEPATH += . $(OPIEDIR)/include | 29 | INCLUDEPATH += . $(OPIEDIR)/include |
30 | DEPENDPATH += $(OPIEDIR)/include | 30 | DEPENDPATH += $(OPIEDIR)/include |
31 | 31 | ||
32 | 32 | ||
33 | 33 | ||
34 | LIBS += -lqpe -lopiecore2 -lopieui2 | 34 | LIBS += -lqpe -lopiecore2 -lopieui2 |
35 | 35 | ||
36 | include ( $(OPIEDIR)/include.pro ) | 36 | include ( $(OPIEDIR)/include.pro ) |