mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-23 12:24:31 +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
|
|
}
|