You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
519 B
22 lines
519 B
#!/bin/bash
|
|
|
|
. ./internals/_build_set_common.sh
|
|
|
|
#----------------------------
|
|
set_log_start
|
|
|
|
build_module "dependencies/sip4-tqt"
|
|
build_module "dependencies/tqscintilla"
|
|
build_module "dependencies/pytqt"
|
|
build_module "libraries/pytde"
|
|
build_module "libraries/pytdeextensions"
|
|
build_module "core/tdebindings"
|
|
build_module "libraries/libtqt-perl"
|
|
build_module "core/tdeutils"
|
|
build_module "core/tdemultimedia"
|
|
build_module "core/tdeaccessibility"
|
|
build_module "core/tdenetwork"
|
|
build_module "core/tdeadmin"
|
|
|
|
set_log_end
|