aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/qmmpui.pro
blob: db64c7198efae6e7556ae9baa83d554c6dd5487d (plain) (blame)
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
28
29
30
31
32
include(../../qmmp.pri)

TARGET = ../../lib/qmmpui
CONFIG += release \
warn_on \
qt \
thread

TEMPLATE = lib


unix:isEmpty(LIB_DIR){
    LIB_DIR = /lib
}

unix:DEFINES += LIB_DIR=\\\"$$LIB_DIR\\\"


target.path = $$LIB_DIR
INSTALLS += target
HEADERS += general.h \
           generalfactory.h \
           generalhandler.h \
           songinfo.h \
           control.h
SOURCES += general.cpp \
           generalhandler.cpp \
           songinfo.cpp \
           control.cpp

DESTDIR = .