summaryrefslogtreecommitdiffstats
path: root/examples/oauth/oauth.pro
blob: abac296bf78879def3b0427da85cd3c1d8755f72 (plain)
1
2
3
4
5
6
7
TEMPLATE = subdirs

qtHaveModule(widgets) {
    SUBDIRS += \
        twittertimeline \
        redditclient
}