mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-01-24 18:44:52 +08:00
Another nox compilation fix
This commit is contained in:
parent
80bd232054
commit
bdd8cbb1d8
@ -323,8 +323,7 @@ SOURCES += main.cpp \
|
||||
httpresponsegenerator.cpp \
|
||||
eventmanager.cpp \
|
||||
scannedfoldersmodel.cpp \
|
||||
misc.cpp \
|
||||
cookiesdlg.cpp
|
||||
misc.cpp
|
||||
|
||||
!contains(DEFINES, DISABLE_GUI):SOURCES += GUI.cpp \
|
||||
options_imp.cpp \
|
||||
@ -337,7 +336,8 @@ SOURCES += main.cpp \
|
||||
rss.cpp \
|
||||
transferlistwidget.cpp \
|
||||
propertieswidget.cpp \
|
||||
peerlistwidget.cpp
|
||||
peerlistwidget.cpp \
|
||||
cookiesdlg.cpp
|
||||
|
||||
DESTDIR = .
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user