aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/addurldialog.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-02-12 11:47:44 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-02-12 11:47:44 +0000
commit1dd7b251792b8c80c67bacb9df8cb43c94d0b808 (patch)
tree96ad5aac8c11fdd313ef06a1cbb2e0923976a9d3 /src/qmmpui/addurldialog.cpp
parent77a9057b84b401d1ba62f46f02a5e10109d47f7b (diff)
downloadqmmp-1dd7b251792b8c80c67bacb9df8cb43c94d0b808.tar.gz
qmmp-1dd7b251792b8c80c67bacb9df8cb43c94d0b808.tar.bz2
qmmp-1dd7b251792b8c80c67bacb9df8cb43c94d0b808.zip
ffmpeg plugin: cleanup
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3232 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/addurldialog.cpp')
0 files changed, 0 insertions, 0 deletions
385ed55c9
058812044



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

                          
                   








                                                                         
                                         
 







                                               
                       



                                 
include(../../plugins.pri)

CONFIG += warn_on \
plugin  \
 lib

TARGET =$$PLUGINS_PREFIX/CommandLineOptions/incdecvolumeoption
QMAKE_CLEAN =$$PLUGINS_PREFIX/CommandLineOptions/libincdecvolumeoption.so

TEMPLATE = lib
QMAKE_LIBDIR += ../../../../lib

RESOURCES = translations/translations.qrc

isEmpty(LIB_DIR){
    LIB_DIR = /lib
}
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target