mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Another nox compilation fix
This commit is contained in:
parent
80bd232054
commit
bdd8cbb1d8
1 changed files with 3 additions and 3 deletions
|
@ -323,8 +323,7 @@ SOURCES += main.cpp \
|
||||||
httpresponsegenerator.cpp \
|
httpresponsegenerator.cpp \
|
||||||
eventmanager.cpp \
|
eventmanager.cpp \
|
||||||
scannedfoldersmodel.cpp \
|
scannedfoldersmodel.cpp \
|
||||||
misc.cpp \
|
misc.cpp
|
||||||
cookiesdlg.cpp
|
|
||||||
|
|
||||||
!contains(DEFINES, DISABLE_GUI):SOURCES += GUI.cpp \
|
!contains(DEFINES, DISABLE_GUI):SOURCES += GUI.cpp \
|
||||||
options_imp.cpp \
|
options_imp.cpp \
|
||||||
|
@ -337,7 +336,8 @@ SOURCES += main.cpp \
|
||||||
rss.cpp \
|
rss.cpp \
|
||||||
transferlistwidget.cpp \
|
transferlistwidget.cpp \
|
||||||
propertieswidget.cpp \
|
propertieswidget.cpp \
|
||||||
peerlistwidget.cpp
|
peerlistwidget.cpp \
|
||||||
|
cookiesdlg.cpp
|
||||||
|
|
||||||
DESTDIR = .
|
DESTDIR = .
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue