From a9cec9e5e230dbd56d62ae6dd517ae10252125ae Mon Sep 17 00:00:00 2001 From: Tom Tanner Date: Fri, 20 Mar 2015 10:34:30 +0000 Subject: Fixed Scons build for existing bits. Changed pynedit.pro to fetch from 'standard' install location Changed saveas code to use organizer report rather than uibase - this way it's not dependant on the vagaries of the include path, and works the same as the rest of the organiser directory --- src/shared/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/shared/SConscript') diff --git a/src/shared/SConscript b/src/shared/SConscript index 35c65d73..69a95289 100644 --- a/src/shared/SConscript +++ b/src/shared/SConscript @@ -20,3 +20,6 @@ env.AppendUnique(CPPPATH = [ # Not sure if renaming this helps much as it's static env.StaticLibrary('mo_shared', env.Glob('*.cpp')) + +res = env['QT_USED_MODULES'] +Return('res') -- cgit v1.3.1