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
|
|
|
|
|
|
|
|
contains(DEFINES, QT_NO_CURSOR)|contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= dragdroprobot
|
|
|
|
|
2012-12-21 11:09:56 +00:00
|
|
|
qtHaveModule(opengl):!contains(QT_CONFIG, opengles.) {
|
2011-06-23 09:15:43 +00:00
|
|
|
SUBDIRS += boxes
|
|
|
|
}
|