mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-30 07:46:51 +08:00
12 lines
228 B
Prolog
12 lines
228 B
Prolog
TEMPLATE=subdirs
|
|
QT_FOR_CONFIG += network-private gui-private
|
|
|
|
TEMPLATE = subdirs
|
|
QT_FOR_CONFIG += widgets-private
|
|
|
|
SUBDIRS = \
|
|
qt-client-raster \
|
|
qt-client-widget
|
|
|
|
qtHaveModule(widgets):qtConfig(gtk3): SUBDIRS += gtk-container
|