From a00a9a5bbad0c6965edd76da110664f980786d31 Mon Sep 17 00:00:00 2001 From: Tom Tanner Date: Mon, 16 Mar 2015 08:35:14 +0000 Subject: Cleanup --- src/SConscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/SConscript') diff --git a/src/SConscript b/src/SConscript index e8f266ed..f86bc98a 100644 --- a/src/SConscript +++ b/src/SConscript @@ -107,9 +107,7 @@ cpp_files = [ x for x in Glob('*.cpp') if not str(x).endswith('modeltest.cpp') ] prog = env.Program('ModOrganizer', cpp_files + env.Glob('*.qrc') + other_sources) -env.Install(env['INSTALL_PATH'], - filter(lambda x: str(x).endswith('.exe') or str(x).endswith('.pdb'), - prog)) +env.InstallModule(prog) for subdir in ('tutorials', 'stylesheets'): env.Install(os.path.join(env['INSTALL_PATH'], subdir), -- cgit v1.3.1