d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
24 lines
508 B
Prolog
24 lines
508 B
Prolog
requires(qtHaveModule(widgets))
|
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS = books \
|
|
drilldown \
|
|
cachedtable \
|
|
relationaltablemodel \
|
|
sqlwidgetmapper
|
|
|
|
!wince: SUBDIRS += masterdetail
|
|
|
|
!wince: SUBDIRS += \
|
|
querymodel \
|
|
tablemodel
|
|
|
|
!cross_compile:{
|
|
contains(QT_BUILD_PARTS, tools):{
|
|
SUBDIRS += sqlbrowser
|
|
}
|
|
}
|
|
|
|
EXAMPLE_FILES = connection.h
|