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:
parent
ead93baa21
commit
0a0579bc8b
12
src/src.pro
12
src/src.pro
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user