summaryrefslogtreecommitdiff
path: root/src/shared/SConscript
diff options
context:
space:
mode:
authorTom Tanner <thosrtanner2@users.sourceforge.net>2015-03-20 10:34:30 +0000
committerTom Tanner <thosrtanner2@users.sourceforge.net>2015-03-20 10:34:30 +0000
commita9cec9e5e230dbd56d62ae6dd517ae10252125ae (patch)
treefcc958617f8467ba2d979f0d4b5ec4bd4275abc3 /src/shared/SConscript
parent771dde7771f39776afae2c9089fe250bd1e8128d (diff)
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
Diffstat (limited to 'src/shared/SConscript')
-rw-r--r--src/shared/SConscript3
1 files changed, 3 insertions, 0 deletions
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')