2011-04-27 10:05:43 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = \
|
2011-06-23 09:15:43 +00:00
|
|
|
chip \
|
2011-04-27 10:05:43 +00:00
|
|
|
elasticnodes \
|
2011-06-23 09:15:43 +00:00
|
|
|
embeddeddialogs \
|
2011-04-27 10:05:43 +00:00
|
|
|
collidingmice \
|
|
|
|
padnavigator \
|
2011-10-18 07:54:31 +00:00
|
|
|
basicgraphicslayouts \
|
2011-04-27 10:05:43 +00:00
|
|
|
diagramscene \
|
|
|
|
dragdroprobot \
|
|
|
|
flowlayout \
|
|
|
|
anchorlayout \
|
|
|
|
simpleanchorlayout \
|
|
|
|
weatheranchorlayout
|
|
|
|
|
2018-04-13 07:01:43 +00:00
|
|
|
contains(DEFINES, QT_NO_CURSOR)|!qtConfig(draganddrop): SUBDIRS -= dragdroprobot
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2016-08-05 11:35:39 +00:00
|
|
|
qtHaveModule(opengl):!qtConfig(opengles.):!qtConfig(dynamicgl) {
|
2011-06-23 09:15:43 +00:00
|
|
|
SUBDIRS += boxes
|
|
|
|
}
|