From 3b69d3f2dbf4f40f9ea966a92b73d0baa7d69a91 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 24 Apr 2003 12:04:25 +0000 Subject: [PATCH] Don't import compilers modules [SVN r18303] --- examples-v2/qt/project-root.jam | 2 -- v2/example/qt/project-root.jam | 2 -- 2 files changed, 4 deletions(-) diff --git a/examples-v2/qt/project-root.jam b/examples-v2/qt/project-root.jam index bba5d3f18..6ee72a742 100644 --- a/examples-v2/qt/project-root.jam +++ b/examples-v2/qt/project-root.jam @@ -1,7 +1,5 @@ -import gcc ; import toolset ; -import kylix ; # Tell that QT should be used. QTDIR will give installation # prefix. diff --git a/v2/example/qt/project-root.jam b/v2/example/qt/project-root.jam index bba5d3f18..6ee72a742 100644 --- a/v2/example/qt/project-root.jam +++ b/v2/example/qt/project-root.jam @@ -1,7 +1,5 @@ -import gcc ; import toolset ; -import kylix ; # Tell that QT should be used. QTDIR will give installation # prefix.