mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Update for recent changes.
[SVN r18803]
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
# Declare a executable file, which uses a library. Note that
|
||||
# includes that for library will be automatically used
|
||||
# when compiling 'app.cpp'
|
||||
exe app : app.cpp ../lib1/lib1 ;
|
||||
exe app : app.cpp ../lib1//lib1 ;
|
||||
@@ -1,2 +1,5 @@
|
||||
|
||||
import gcc ;
|
||||
import gcc ;
|
||||
import toolset : using ;
|
||||
|
||||
using borland ;
|
||||
@@ -1,2 +1,6 @@
|
||||
|
||||
exe hello : main.cpp hello_world_widget.ui : <uses>qt ;
|
||||
project
|
||||
: default-build <threading>multi
|
||||
;
|
||||
|
||||
exe hello : main.cpp hello_world_widget.ui : <library>/qt//qt ;
|
||||
|
||||
@@ -1,2 +1,7 @@
|
||||
|
||||
exe t7 : main.cpp lcdrange.cpp lcdrange.h : <uses>qt ;
|
||||
project
|
||||
# built MT version, unless asked otherwise.
|
||||
: default-build <threading>multi
|
||||
;
|
||||
|
||||
exe t7 : main.cpp lcdrange.cpp lcdrange.h : <library>/qt//qt ;
|
||||
@@ -2,4 +2,4 @@
|
||||
# Declare a executable file, which uses a library. Note that
|
||||
# includes that for library will be automatically used
|
||||
# when compiling 'app.cpp'
|
||||
exe app : app.cpp ../lib1/lib1 ;
|
||||
exe app : app.cpp ../lib1//lib1 ;
|
||||
@@ -1,2 +1,5 @@
|
||||
|
||||
import gcc ;
|
||||
import gcc ;
|
||||
import toolset : using ;
|
||||
|
||||
using borland ;
|
||||
@@ -1,2 +1,6 @@
|
||||
|
||||
exe hello : main.cpp hello_world_widget.ui : <uses>qt ;
|
||||
project
|
||||
: default-build <threading>multi
|
||||
;
|
||||
|
||||
exe hello : main.cpp hello_world_widget.ui : <library>/qt//qt ;
|
||||
|
||||
@@ -1,2 +1,7 @@
|
||||
|
||||
exe t7 : main.cpp lcdrange.cpp lcdrange.h : <uses>qt ;
|
||||
project
|
||||
# built MT version, unless asked otherwise.
|
||||
: default-build <threading>multi
|
||||
;
|
||||
|
||||
exe t7 : main.cpp lcdrange.cpp lcdrange.h : <library>/qt//qt ;
|
||||
Reference in New Issue
Block a user