mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Fix nox compilation
This commit is contained in:
parent
ead93baa21
commit
0a0579bc8b
1 changed files with 6 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue