- License texts modified to GPLv2
[qtrapids] / src / server / server.pro
1 include (../../includes.pri)
2
3 TEMPLATE = app
4
5 CONFIG += console debug
6 CONFIG -= app_bundle
7
8 VERSION = 0.2
9
10 HEADERS += \
11 TorrentSession.hpp \
12 AlertWaiterThread.hpp \
13 TorrentHandle.hpp \
14 server.h \
15 ../include/qtrapids/dbus.hpp \
16 ../include/qtrapids/status.hpp
17
18 SOURCES += \
19  main.cpp \
20  server.cpp \
21  TorrentSession.cpp \
22  TorrentHandle.cpp \
23  AlertWaiterThread.cpp
24
25 QT += dbus sql
26
27 QT -= gui
28
29 CONFIG -= release
30
31 TARGET = qtrapids-server
32
33 DESTDIR = ../../bin
34
35 LIBS += -ltorrent-rasterbar
36