- corrected makefile
[qtrapids] / src / gui / gui.pro
index daa701a..498841f 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
@@ -26,6 +28,5 @@ LIBS += -L../../bin \
   -L../engine
 
 QMAKE_LFLAGS_DEBUG += -L.
-TARGETDEPS += ../engine/liblibqtbittorrent.so \
-  ../../bin/libqtbittorrent.so
+TARGETDEPS += ../../bin/libqtbittorrent.so