29 lines
689 B
Plaintext
29 lines
689 B
Plaintext
# Change these to fit your needs
|
|
|
|
# Default path to search for modules
|
|
set(MODULE_DIRECTORY "modules/")
|
|
|
|
# Modules to add to build
|
|
# Linux
|
|
set(MODULE_NAMES "fcitx4.c" "time.c" "pulse.c" "linuxnm.c" "battery.c" "bluetooth.c" "optimus.c")
|
|
# FreeBSD
|
|
#set(MODULE_NAMES "fcitx4.c" "time.c" "oss.c")
|
|
|
|
# Non-module files to add to build
|
|
set(EXTRA_SOURCE_FILES)
|
|
|
|
# Extra flags to pass to compiler or linker
|
|
set(EXTRA_FLAGS)
|
|
|
|
# Modules to search for and add with pkg-config
|
|
# Linux
|
|
set(EXTRA_PACKAGES "libpulse" "libnm" "gio-2.0" "gio-unix-2.0")
|
|
# FreeBSD
|
|
#set(EXTRA_PACKAGES "gio-2.0" "gio-unix-2.0")
|
|
|
|
# Set to false to build without x11
|
|
set(USE_X TRUE)
|
|
|
|
# Version String
|
|
set(QTB_VERSION "1.0.0")
|