Commit da45ef9b authored by Caroline Chao's avatar Caroline Chao Committed by The Qt Project
Browse files

Calendar example: sql module required


Change-Id: I75eb50a053f429135d1d49d1769b85a247c30311
Reviewed-by: default avatarMitch Curtis <mitch.curtis@digia.com>
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
parent 48627aa1
No related merge requests found
Showing with 4 additions and 1 deletion
TEMPLATE = subdirs TEMPLATE = subdirs
SUBDIRS += \ SUBDIRS += \
calendar \
gallery \ gallery \
splitview \ splitview \
tableview \ tableview \
...@@ -11,3 +10,7 @@ SUBDIRS += \ ...@@ -11,3 +10,7 @@ SUBDIRS += \
qtHaveModule(widgets) { qtHaveModule(widgets) {
SUBDIRS += texteditor SUBDIRS += texteditor
} }
qtHaveModule(sql) {
SUBDIRS += calendar
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment