This example is useful but not a typical starting point for an application. Task-number: QTBUG-110647 Change-Id: Ic4af8ed648c587b91110a7403fa80c619549289d Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit e13b57d06ab6e81cf04c090cc46dd23b4f8daccf) Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
10 lines
182 B
Prolog
10 lines
182 B
Prolog
TEMPLATE = subdirs
|
|
|
|
qtHaveModule(widgets) {
|
|
SUBDIRS += dombookmarks \
|
|
streambookmarks
|
|
|
|
qtHaveModule(network): SUBDIRS += \
|
|
rsslisting
|
|
}
|