mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-27 08:19:30 +08:00
Fix nox compilation
This commit is contained in:
parent
ead93baa21
commit
0a0579bc8b
12
src/src.pro
12
src/src.pro
@ -101,15 +101,13 @@ HEADERS += misc.h \
|
||||
filesystemwatcher.h \
|
||||
scannedfoldersmodel.h \
|
||||
qinisettings.h \
|
||||
smtp.h \
|
||||
updownratiodlg.h
|
||||
smtp.h
|
||||
|
||||
SOURCES += main.cpp \
|
||||
downloadthread.cpp \
|
||||
scannedfoldersmodel.cpp \
|
||||
misc.cpp \
|
||||
smtp.cpp \
|
||||
updownratiodlg.cpp
|
||||
smtp.cpp
|
||||
|
||||
nox {
|
||||
HEADERS += headlessloader.h
|
||||
@ -134,7 +132,8 @@ nox {
|
||||
sessionapplication.h \
|
||||
torrentimportdlg.h \
|
||||
executionlog.h \
|
||||
iconprovider.h
|
||||
iconprovider.h \
|
||||
updownratiodlg.h
|
||||
|
||||
SOURCES += mainwindow.cpp \
|
||||
ico.cpp \
|
||||
@ -144,7 +143,8 @@ nox {
|
||||
torrentimportdlg.cpp \
|
||||
executionlog.cpp \
|
||||
previewselect.cpp \
|
||||
iconprovider.cpp
|
||||
iconprovider.cpp \
|
||||
updownratiodlg.cpp
|
||||
|
||||
win32 {
|
||||
HEADERS += programupdater.h
|
||||
|
Loading…
Reference in New Issue
Block a user