mirror of
https://github.com/vicr123/theshell.git
synced 2025-01-23 04:11:49 -05:00
13 lines
342 B
Prolog
13 lines
342 B
Prolog
TEMPLATE = subdirs
|
|
|
|
if (exists("/usr/lib/libcups.so") | enable-print-module) {
|
|
SUBDIRS += \
|
|
PrinterPane
|
|
} else {
|
|
message("CUPS not detected; printing module will not be built!")
|
|
message("To force building of printing module, pass CONFIG+=enable-print-module to qmake")
|
|
}
|
|
|
|
SUBDIRS += \
|
|
BluetoothPane \
|
|
OverviewPane
|