Skip to content

Commit

Permalink
use centralized handling of QT_BUILD_PARTS
Browse files Browse the repository at this point in the history
Change-Id: Ie03a620853eb315716b2586ebe556320788a1547
Reviewed-by: Rohan McGovern <[email protected]>
  • Loading branch information
ossilator authored and Qt by Nokia committed Jul 9, 2012
1 parent 041e973 commit 61df779
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions qtjsbackend.pro
Original file line number Diff line number Diff line change
@@ -1,17 +1,4 @@
load(configure)
qtCompileTest(hardfloat)

TEMPLATE = subdirs

module_qtjsbackend_src.subdir = src
module_qtjsbackend_src.target = module-qtjsbackend-src

module_qtjsbackend_tests.subdir = tests
module_qtjsbackend_tests.target = module-qtjsbackend-tests
module_qtjsbackend_tests.depends = module_qtjsbackend_src
module_qtjsbackend_tests.CONFIG = no_default_install
!contains(QT_BUILD_PARTS,tests):module_qtjsbackend_tests.CONFIG += no_default_target

SUBDIRS += module_qtjsbackend_src \
module_qtjsbackend_tests

load(qt_parts)

0 comments on commit 61df779

Please sign in to comment.