Skip to content

Commit

Permalink
switch to new-style configure tests
Browse files Browse the repository at this point in the history
Change-Id: Ia374567babe00a5ca0692e95e88b154d846e0882
Reviewed-by: Oswald Buddenhagen <[email protected]>
  • Loading branch information
ossilator committed Jun 13, 2012
1 parent 790aa4b commit 572d090
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions qtjsbackend.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
load(configure)
qtCompileTest(hardfloat)

TEMPLATE = subdirs

module_qtjsbackend_src.subdir = src
Expand Down
2 changes: 1 addition & 1 deletion src/v8/v8.pri
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ SOURCES += \

equals(V8_TARGET_ARCH, arm) {
DEFINES += V8_TARGET_ARCH_ARM
contains(config_test_hardfloat, yes) {
config_hardfloat {
DEFINES += USE_EABI_HARDFLOAT=1
} else {
DEFINES += USE_EABI_HARDFLOAT=0
Expand Down
5 changes: 0 additions & 5 deletions sync.profile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@
%dependencies = (
"qtbase" => "refs/heads/master",
);

# compile tests
%configtests = (
"hardfloat" => {},
);

0 comments on commit 572d090

Please sign in to comment.