Install UI files.
This commit is contained in:
parent
c585005802
commit
6a05eddfcc
|
@ -58,6 +58,7 @@ out_manfile = os.path.join(man_dir, 'meson.1.gz')
|
|||
symlink_value = os.path.relpath(bin_script, os.path.dirname(bin_name))
|
||||
|
||||
files = glob.glob('*.py')
|
||||
files += glob.glob('*.ui')
|
||||
|
||||
noinstall = ['compile_meson.py', 'install_meson.py', 'run_tests.py', 'run_cross_test.py']
|
||||
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
<item row="5" column="0" colspan="2">
|
||||
<widget class="QTabWidget" name="tabWidget">
|
||||
<property name="currentIndex">
|
||||
<number>3</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="core_tab">
|
||||
<attribute name="title">
|
||||
|
|
Loading…
Reference in New Issue