aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
blob: 4741158e9ae4c90b61556df436f8eec5f1600e3e (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs

SUBDIRS += neptune3-ui
SUBDIRS += dataprovider \
           drivedata

use_qsr{
    #build Qt Safe Renderer Cluster
    SUBDIRS += neptune3-ui-qsr-cluster
    neptune3-ui-qsr-cluster.depends = dataprovider-server
}