From 5a60fd1a0b39b9d366a524cc8c8576b417551e6d Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Wed, 20 May 2009 16:08:54 +0200 Subject: fix two .pro file bugs --- examples/animation/animation.pro | 1 - examples/examples.pro | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/animation/animation.pro b/examples/animation/animation.pro index 0a57d3d..d51a89d 100644 --- a/examples/animation/animation.pro +++ b/examples/animation/animation.pro @@ -4,7 +4,6 @@ SUBDIRS += \ animatedtiles \ appchooser \ easing \ - example \ moveblocks \ padnavigator-ng \ states \ diff --git a/examples/examples.pro b/examples/examples.pro index 332a712..bfcf9b4 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,5 +1,6 @@ TEMPLATE = subdirs SUBDIRS = \ + animation \ desktop \ dialogs \ draganddrop \ @@ -25,7 +26,6 @@ SUBDIRS = \ contains(QT_CONFIG, phonon):!static: SUBDIRS += phonon contains(QT_CONFIG, webkit): SUBDIRS += webkit -contains(QT_CONFIG, animation): SUBDIRS += animation embedded:SUBDIRS += qws !wince*: { !contains(QT_EDITION, Console):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer -- cgit v0.12