promoe/promoe.pro
Tobias Rundstrom 8cf4f132ff Make promoe work with DrDolittle.
This moves the c++ wrapper into promoe so we don't depend on a patched
version of xmms2 anymore. You should be able to run this with a drdolittle
out of the box. I also disabled the medialib browser for future enabling.
2006-03-20 22:46:39 -04:00

73 lines
1.4 KiB
Prolog

SOURCES += XmmsQT4.cpp \
PixWidget.cpp \
Skin.cpp \
MainWindow.cpp \
Display.cpp \
MainDisplay.cpp \
TitleBar.cpp \
Button.cpp \
TextBar.cpp \
NumberDisplay.cpp \
TimeDisplay.cpp \
XMMSHandler.cpp \
SmallNumberDisplay.cpp \
StereoMono.cpp \
Slider.cpp \
PlayStatus.cpp \
ShadedDisplay.cpp \
Playlist.cpp \
PlaylistList.cpp \
SkinChooser.cpp \
PlaylistShade.cpp \
qtmd5.cpp \
SettingsWindow.cpp \
PlaylistMenu.cpp \
VolumeSlider.cpp \
xmmsclient_promoe.cpp
HEADERS += XmmsQT4.h \
PixWidget.h \
Skin.h \
MainWindow.h \
Display.h \
MainDisplay.h \
TitleBar.h \
Button.h \
TextBar.h \
NumberDisplay.h \
TimeDisplay.h \
XMMSHandler.h \
SmallNumberDisplay.h \
StereoMono.h \
Slider.h \
PlayStatus.h \
ShadedDisplay.h \
Playlist.h \
PlaylistList.h \
SkinChooser.h \
PlaylistShade.h \
qtmd5.h \
SettingsWindow.h \
PlaylistMenu.h \
VolumeSlider.h \
xmmsclient_promoe.h \
xmmsclient_methods.h
RESOURCES = promoe.qrc
macx:RC_FILE = promoe.icns
QT += network
macx:QTPLUGIN += qjpeg
QMAKE_LFLAGS += -L$$[QT_INSTALL_PLUGINS]/imageformats
CONFIG += link_pkgconfig
;QMAKE_CXXFLAGS += -g
;CONFIG += debug warn_on
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter
PKGCONFIG += xmms2-client sigc++-2.0
;CONFIG += avahi