Skip to content

Commit

Permalink
Removed examples and demos that are no longer in qtbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
axis committed Apr 27, 2011
1 parent cdf6ce6 commit 74511a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions demos/demos.pro
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ wince*|symbian|embedded|x11: SUBDIRS += demos_embedded

!cross_compile:{
contains(QT_BUILD_PARTS, tools):{
!wince*:SUBDIRS += demos_sqlbrowser demos_qtdemo
wince*:SUBDIRS += demos_sqlbrowser
SUBDIRS += demos_sqlbrowser
}
}

Expand Down
7 changes: 1 addition & 6 deletions examples/examples.pro
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ symbian: SUBDIRS = \
}

embedded:SUBDIRS += qws
!wince*:!symbian: {
!contains(QT_EDITION, Console):!contains(QT_CONFIG, no-gui):contains(QT_BUILD_PARTS, tools):SUBDIRS += designer
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib help
} else {
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
}
contains(QT_BUILD_PARTS, tools):!contains(QT_CONFIG, no-gui):SUBDIRS += qtestlib
contains(QT_CONFIG, opengl): SUBDIRS += opengl
contains(QT_CONFIG, openvg): SUBDIRS += openvg
contains(QT_CONFIG, dbus): SUBDIRS += dbus
Expand Down

0 comments on commit 74511a8

Please sign in to comment.