include (../../includes.pri) SOURCES += DownloadView.cpp \ MainWindow.cpp \ SeedView.cpp \ main.cpp \ PreferencesDialog.cpp HEADERS += DownloadView.h \ MainWindow.h \ SeedView.h \ PreferencesDialog.h TEMPLATE = app TARGET = qtrapids CONFIG -= release CONFIG += debug \ qtestlib DESTDIR = ../../bin INCLUDEPATH += ../engine LIBS += -L../../bin \ -lqtbittorrent \ -L/home/vaatala/Projects/qtrapids/trunk/bin \ -L../engine QMAKE_LFLAGS_DEBUG += -L. TARGETDEPS += ../../bin/libqtbittorrent.so