mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
nox compilation fix
This commit is contained in:
parent
c2da227254
commit
80bd232054
1 changed files with 3 additions and 3 deletions
|
@ -247,8 +247,7 @@ HEADERS += misc.h \
|
|||
filesystemwatcher.h \
|
||||
preferences.h \
|
||||
bandwidthscheduler.h \
|
||||
scannedfoldersmodel.h \
|
||||
cookiesdlg.h
|
||||
scannedfoldersmodel.h
|
||||
|
||||
contains(DEFINES, DISABLE_GUI):HEADERS += headlessloader.h
|
||||
else:HEADERS += GUI.h \
|
||||
|
@ -290,7 +289,8 @@ else:HEADERS += GUI.h \
|
|||
torrentadditiondlg.h \
|
||||
trackerlogin.h \
|
||||
pieceavailabilitybar.h \
|
||||
advancedsettings.h
|
||||
advancedsettings.h \
|
||||
cookiesdlg.h
|
||||
|
||||
!contains(DEFINES, DISABLE_GUI):FORMS += ui/mainwindow.ui \
|
||||
ui/options.ui \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue