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