mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 14:38:28 +08:00
12 lines
199 B
Prolog
12 lines
199 B
Prolog
|
TEMPLATE = subdirs
|
||
|
SUBDIRS = \
|
||
|
cbordump \
|
||
|
convert \
|
||
|
savegame
|
||
|
|
||
|
qtHaveModule(widgets) {
|
||
|
SUBDIRS += streambookmarks
|
||
|
qtHaveModule(network): SUBDIRS += \
|
||
|
rsslisting
|
||
|
}
|