-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathesd.pro
37 lines (31 loc) · 832 Bytes
/
esd.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
33
34
35
36
37
TEMPLATE = app
QT -= gui
QT += network
SOURCES += src/main.cpp \
qtservice/qtservice.cpp \
qtservice/qtservice_win.cpp \
src/esdservice.cpp
SOURCES += src/sound_engine.cpp
SOURCES += src/app_settings.cpp
SOURCES += src/qlogger.cpp
SOURCES += src/psd_server.cpp
SOURCES += src/station_server.cpp
SOURCES += src/station_client.cpp
SOURCES += src/ecycler.cpp
HEADERS += inc/bass.h \
inc/singleton.h \
qtservice/qtservice.h \
qtservice/qtservice_p.h \
inc/esdservice.h
HEADERS += inc/sound_engine.h
HEADERS += inc/app_settings.h
HEADERS += inc/qlogger.h
HEADERS += inc/psd_server.h
HEADERS += inc/station_server.h
HEADERS += inc/station_client.h
HEADERS += inc/ecycler.h
INCLUDEPATH += $$PWD/
DEPENDPATH += $$PWD/
unix:!symbian|win32: LIBS += -L$$PWD/ -lbass
INCLUDEPATH += $$PWD/
DEPENDPATH += $$PWD/