- Maemo-specific include-files and paths added for compiling
[qtrapids] / src / gui / gui.pro
1 include (../../includes.pri)
2
3 SOURCES += DownloadView.cpp \
4 MainWindow.cpp \
5 SeedView.cpp \
6  main.cpp \
7  PreferencesDialog.cpp
8 HEADERS += DownloadView.h \
9 MainWindow.h \
10 SeedView.h \
11  PreferencesDialog.h
12 TEMPLATE = app
13
14 TARGET = qtrapids
15
16 CONFIG -= release
17
18 CONFIG += debug \
19  qtestlib
20
21
22
23 DESTDIR = ../../bin
24
25 INCLUDEPATH += ../engine
26
27 LIBS += -L../../bin \
28   -lqtbittorrent \
29   -L/home/vaatala/Projects/qtrapids/trunk/bin \
30   -L../engine
31
32 QMAKE_LFLAGS_DEBUG += -L.
33 TARGETDEPS += ../../bin/libqtbittorrent.so
34