diff options
author | Gatis Paeglis <gatis.paeglis@qt.io> | 2017-09-19 13:35:45 +0200 |
---|---|---|
committer | Gatis Paeglis <gatis.paeglis@qt.io> | 2017-09-22 19:22:07 +0000 |
commit | 971adcaea144ec388324ec8520c1a1a20065136d (patch) | |
tree | 980b5aec7dcb52808ead54b30e78bbf1dff16d69 /examples | |
parent | 282065d443c2a2d6b9e32d786c2c1c7552ba3cb5 (diff) | |
download | qtbase-971adcaea144ec388324ec8520c1a1a20065136d.tar.gz |
examples: remove wince leftovers
This patch ammends c8602f45cc13c3c900e6db9f09b38365d00cdccc
Change-Id: I6bbc892b514b1768e4cc3a4d52aa420a6e9bb4e9
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/widgets/dialogs/dialogs.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/widgets/dialogs/dialogs.pro b/examples/widgets/dialogs/dialogs.pro index 82e814dcb0..a29903938e 100644 --- a/examples/widgets/dialogs/dialogs.pro +++ b/examples/widgets/dialogs/dialogs.pro @@ -14,4 +14,3 @@ SUBDIRS = classwizard \ !qtConfig(wizard) { SUBDIRS -= trivialwizard licensewizard classwizard } -wince: SUBDIRS += sipdialog |