mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Restructured the project file
Move OS specific configuration to separate project files
This commit is contained in:
13
src/preferences/preferences.pri
Normal file
13
src/preferences/preferences.pri
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user