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
This commit is contained in:
Tom Tanner
2015-03-20 10:34:30 +00:00
parent cb9a7fcd2d
commit 90df417a8c
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -32,3 +32,6 @@ lib = env.SharedLibrary('proxyPython',
[ 'proxypython.cpp' ] + env.RES(env.Glob('*.rc')))
env.InstallModule(lib)
res = env['QT_USED_MODULES']
Return('res')
+3
View File
@@ -44,3 +44,6 @@ cpp_files = [
lib = env.SharedLibrary('pythonRunner', cpp_files + targets)
env.InstallModule(lib)
res = env['QT_USED_MODULES']
Return('res')