- Added AlertWaiter and QBittorentSession
[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 TARGETDEPS += ../engine/liblibqtbittorrent.so
19
20 DESTDIR = ../../bin
21
22 INCLUDEPATH += ../engine
23
24 LIBS += -L../../bin \
25   -lqtbittorrent \
26   -L/home/vaatala/Projects/qtrapids/trunk/bin \
27   -L../engine
28
29 QMAKE_LFLAGS_DEBUG += -L.