mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -06:00
16 lines
263 B
Plaintext
16 lines
263 B
Plaintext
INCLUDEPATH += $$PWD
|
|
|
|
!contains(DEFINES, DISABLE_GUI) {
|
|
|
|
HEADERS += $$PWD/options_imp.h \
|
|
$$PWD/advancedsettings.h
|
|
|
|
SOURCES += $$PWD/options_imp.cpp
|
|
|
|
FORMS += $$PWD/options.ui
|
|
}
|
|
|
|
HEADERS += $$PWD/preferences.h
|
|
|
|
SOURCES += $$PWD/preferences.cpp
|