1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

Fix nox compilation

This commit is contained in:
Christophe Dumez 2011-03-10 19:42:12 +00:00
parent ead93baa21
commit 0a0579bc8b

View File

@ -101,15 +101,13 @@ HEADERS += misc.h \
filesystemwatcher.h \ filesystemwatcher.h \
scannedfoldersmodel.h \ scannedfoldersmodel.h \
qinisettings.h \ qinisettings.h \
smtp.h \ smtp.h
updownratiodlg.h
SOURCES += main.cpp \ SOURCES += main.cpp \
downloadthread.cpp \ downloadthread.cpp \
scannedfoldersmodel.cpp \ scannedfoldersmodel.cpp \
misc.cpp \ misc.cpp \
smtp.cpp \ smtp.cpp
updownratiodlg.cpp
nox { nox {
HEADERS += headlessloader.h HEADERS += headlessloader.h
@ -134,7 +132,8 @@ nox {
sessionapplication.h \ sessionapplication.h \
torrentimportdlg.h \ torrentimportdlg.h \
executionlog.h \ executionlog.h \
iconprovider.h iconprovider.h \
updownratiodlg.h
SOURCES += mainwindow.cpp \ SOURCES += mainwindow.cpp \
ico.cpp \ ico.cpp \
@ -144,7 +143,8 @@ nox {
torrentimportdlg.cpp \ torrentimportdlg.cpp \
executionlog.cpp \ executionlog.cpp \
previewselect.cpp \ previewselect.cpp \
iconprovider.cpp iconprovider.cpp \
updownratiodlg.cpp
win32 { win32 {
HEADERS += programupdater.h HEADERS += programupdater.h