]> git.lyx.org Git - features.git/commitdiff
Scons: rename option qt_include_path to qt_inc_path (we have extra_inc_path etc.)
authorBo Peng <bpeng@lyx.org>
Sun, 2 Jul 2006 22:09:11 +0000 (22:09 +0000)
committerBo Peng <bpeng@lyx.org>
Sun, 2 Jul 2006 22:09:11 +0000 (22:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14307 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 836a5ea8152bca56cf82944868aa049a27251802..6be29271c12a990397a7b42a7863a84178a5b45a 100644 (file)
@@ -168,7 +168,7 @@ opts.AddOptions(
     #
     PathOption('qt_dir', 'Path to qt directory', None),
     #
-    PathOption('qt_include_path', 'Path to qt include directory', None),
+    PathOption('qt_inc_path', 'Path to qt include directory', None),
     #
     PathOption('qt_lib_path', 'Path to qt library directory', None),
     # build directory, will use $mode if not set