diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-28 20:50:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-02-28 20:50:37 +0000 |
| commit | 32b99cd71c113f192c31c14b154600cfd71993cd (patch) | |
| tree | 068b834710e643be42c2cb7bc15bd6fe6a46952a /src/plugins/General/notifier/notifier.pro | |
| parent | 6ee74cda4d4bff26a4b5ea079642bb9783e11d91 (diff) | |
| download | qmmp-32b99cd71c113f192c31c14b154600cfd71993cd.tar.gz qmmp-32b99cd71c113f192c31c14b154600cfd71993cd.tar.bz2 qmmp-32b99cd71c113f192c31c14b154600cfd71993cd.zip | |
added notifier plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@259 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/notifier/notifier.pro')
| -rw-r--r-- | src/plugins/General/notifier/notifier.pro | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro new file mode 100644 index 000000000..099b52aed --- /dev/null +++ b/src/plugins/General/notifier/notifier.pro @@ -0,0 +1,36 @@ +include(../../plugins.pri) + +INCLUDEPATH += ../../../../src +CONFIG += release \ +warn_on \ +plugin + +TARGET =$$PLUGINS_PREFIX/General/notifier +QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libnotifier.so + + +TEMPLATE = lib +QMAKE_LIBDIR += ../../../../lib +LIBS += -lqmmpui + +#TRANSLATIONS = translations/ffmpeg_plugin_ru.ts +#RESOURCES = translations/translations.qrc + +isEmpty(LIB_DIR){ + LIB_DIR = /lib +} +target.path = $$LIB_DIR/qmmp/General +INSTALLS += target +#FORMS += settingsdialog.ui + +HEADERS += notifierfactory.h \ + notifier.h \ + popupwidget.h \ + settingsdialog.h +SOURCES += notifierfactory.cpp \ + notifier.cpp \ + popupwidget.cpp \ + settingsdialog.cpp + +FORMS += settingsdialog.ui + |
