-Added QTorrentHandle and started torrent adding implementation
[qtrapids] / src / gui / gui.pro
1 SOURCES += DownloadView.cpp \
2 MainWindow.cpp \
3 SeedView.cpp \
4  main.cpp
5 HEADERS += DownloadView.h \
6 MainWindow.h \
7 SeedView.h
8 TEMPLATE = app
9
10 TARGET = qtrapids
11
12 CONFIG -= release
13
14 CONFIG += debug \
15  qtestlib
16
17
18
19 DESTDIR = ../../bin
20
21 INCLUDEPATH += ../engine
22
23 LIBS += -L../../bin \
24   -lqtbittorrent \
25   -L/home/vaatala/Projects/qtrapids/trunk/bin \
26   -L../engine
27
28 QMAKE_LFLAGS_DEBUG += -L.
29 TARGETDEPS += ../engine/liblibqtbittorrent.so \
30   ../../bin/libqtbittorrent.so
31