summaryrefslogtreecommitdiffstats
path: root/src/entrypoint/entrypoint.pro
blob: f3ba10672075352fa6c072023609c225fcf1d543 (plain)
1
2
3
4
5
6
7
8
9

TEMPLATE = subdirs
CONFIG += ordered

SUBDIRS += entrypoint_module.pro

win32 {
    SUBDIRS += entrypoint_implementation.pro
}