author | warmi <warmi> | 2002-08-15 03:22:56 (UTC) |
---|---|---|
committer | warmi <warmi> | 2002-08-15 03:22:56 (UTC) |
commit | b54a9a4b4188ff4759574028f7ea0e231ee6bed3 (patch) (unidiff) | |
tree | c02d8a173875bee3d855cfe96a67d34f5b723f80 | |
parent | 70d4827ec37cce74180c687eab53f9324756d739 (diff) | |
download | opie-b54a9a4b4188ff4759574028f7ea0e231ee6bed3.zip opie-b54a9a4b4188ff4759574028f7ea0e231ee6bed3.tar.gz opie-b54a9a4b4188ff4759574028f7ea0e231ee6bed3.tar.bz2 |
ImageFileSelector.h and ImageFileSelector.cpp added.
-rw-r--r-- | noncore/multimedia/showimg/showimg.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/noncore/multimedia/showimg/showimg.pro b/noncore/multimedia/showimg/showimg.pro index f877bcc..2b6241f 100644 --- a/noncore/multimedia/showimg/showimg.pro +++ b/noncore/multimedia/showimg/showimg.pro | |||
@@ -1,9 +1,10 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | DESTDIR = $(OPIEDIR)/bin | 3 | DESTDIR = $(OPIEDIR)/bin |
4 | HEADERS = showimg.h | 4 | HEADERS = showimg.h ImageFileSelector.h |
5 | SOURCES = main.cpp \ | 5 | SOURCES = main.cpp \ |
6 | showimg.cpp | 6 | showimg.cpp\ |
7 | ImageFileSelector.cpp | ||
7 | TARGET = showimg | 8 | TARGET = showimg |
8 | INCLUDEPATH += $(OPIEDIR)/include | 9 | INCLUDEPATH += $(OPIEDIR)/include |
9 | DEPENDPATH += $(OPIEDIR)/include | 10 | DEPENDPATH += $(OPIEDIR)/include |