- Torrent can be now opened and download starts
[qtrapids] / src / gui / gui.pro
index 24598ed..9c23ca1 100644 (file)
@@ -1,10 +1,12 @@
 SOURCES += DownloadView.cpp \
 MainWindow.cpp \
 SeedView.cpp \
- main.cpp
+ main.cpp \
+ PreferencesDialog.cpp
 HEADERS += DownloadView.h \
 MainWindow.h \
-SeedView.h
+SeedView.h \
+ PreferencesDialog.h
 TEMPLATE = app
 
 TARGET = qtrapids
@@ -15,7 +17,6 @@ CONFIG += debug \
  qtestlib
 
 
-TARGETDEPS += ../engine/liblibqtbittorrent.so
 
 DESTDIR = ../../bin
 
@@ -27,3 +28,6 @@ LIBS += -L../../bin \
   -L../engine
 
 QMAKE_LFLAGS_DEBUG += -L.
+TARGETDEPS += ../engine/liblibqtbittorrent.so \
+  ../../bin/libqtbittorrent.so
+