-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmusickit.pro
34 lines (24 loc) · 975 Bytes
/
musickit.pro
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
# -------------------------------------------------
# Project created by QtCreator 2009-12-22T13:28:55
# -------------------------------------------------
QT += webkit network phonon gui xml
TARGET = musickit
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
WebkitApi.cpp \
qplaydarclient/src/query.cpp \
qplaydarclient/src/result.cpp \
qplaydarclient/src/client.cpp \
player/playengine.cpp
HEADERS += mainwindow.h \
WebkitApi.h \
qplaydarclient/include/qplaydar.h \
qplaydarclient/include/qplaydar/client.h \
qplaydarclient/include/qplaydar/query.h \
qplaydarclient/include/qplaydar/result.h \
player/playengine.h
LIBS += -L/usr/local/lib -lqjson
INCLUDEPATH += qplaydarclient/include
#CONFIG += static warn_off # for static qt
#windows:LIBS += -lws2_32 # explicitly link to winsock (not sure why this is needed)