diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 15:53:09 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-15 15:53:09 +0200 |
commit | 2ecf718cc9d460ad192de196aac8d13e30a7ab4c (patch) | |
tree | 28ad0698f48e563ff0cca74c780e283ad16b7994 /meecastweather/meecastweather.pro | |
parent | c752ccafd8d826b3c0c9140e89ece09e90b34cb1 (diff) | |
download | sowatch-2ecf718cc9d460ad192de196aac8d13e30a7ab4c.tar.gz sowatch-2ecf718cc9d460ad192de196aac8d13e30a7ab4c.zip |
preparing meecastweather plugin
Diffstat (limited to 'meecastweather/meecastweather.pro')
-rw-r--r-- | meecastweather/meecastweather.pro | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meecastweather/meecastweather.pro b/meecastweather/meecastweather.pro new file mode 100644 index 0000000..bccc255 --- /dev/null +++ b/meecastweather/meecastweather.pro @@ -0,0 +1,24 @@ +TARGET = meecastweather +TEMPLATE = lib +CONFIG += plugin +CONFIG += mobility +MOBILITY += systeminfo + +SOURCES += meecastplugin.cpp meecastprovider.cpp meecastweather.cpp + +HEADERS += meecastplugin.h meecastprovider.h meecastweather.h + +unix: LIBS += -L$$OUT_PWD/../libsowatch/ -lsowatch + +INCLUDEPATH += $$PWD/../libsowatch +DEPENDPATH += $$PWD/../libsowatch + +unix:!symbian { + !isEmpty(MEEGO_VERSION_MAJOR)|maemo5 { + QMAKE_RPATHDIR += /opt/sowatch/lib + target.path = /opt/sowatch/lib/notifications + } else { + target.path = /usr/lib/sowatch/notifications + } + INSTALLS += target +} |