summaryrefslogtreecommitdiffstats
path: root/pacman-c++/phononplayer/phononplayer.pro
blob: 9482454c11f0a4c1b3f33e6811978919562b6661 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = lib
TARGET = $$qtLibraryTarget(phononplayer)
CONFIG += plugin

DEFINES += PACMAN_AUDIO
QT += phonon

include(../common.pri)

SOURCES += phononplayer.cpp
HEADERS += phononplayer.h