Browse Source

Another nox compilation fix

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
bdd8cbb1d8
  1. 6
      src/src.pro

6
src/src.pro

@ -323,8 +323,7 @@ SOURCES += main.cpp \ @@ -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 \ @@ -337,7 +336,8 @@ SOURCES += main.cpp \
rss.cpp \
transferlistwidget.cpp \
propertieswidget.cpp \
peerlistwidget.cpp
peerlistwidget.cpp \
cookiesdlg.cpp
DESTDIR = .

Loading…
Cancel
Save