projects
/
aperez-sandbox:harmattan-plugin-desaturate.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial import
[aperez-sandbox:harmattan-plugin-desaturate.git]
/
gallerydesaturateplugin
/
gallerydesaturateplugin.pro
1
# vim: filetype=make
2
3
TEMPLATE = lib
4
QMAKE_LFLAGS += -Wl,--as-needed
5
QMAKE_CXXFLAGS += -Werror -Wall -W
6
CONFIG += plugin \
7
meegotouch \
8
gallerycore \
9
quillimagefilter
10
11
HEADERS += gallerydesaturateplugin.h
12
SOURCES += gallerydesaturateplugin.cpp
13
14
target.path = /usr/lib/gallery
15
INSTALLS += target
16