aboutsummaryrefslogtreecommitdiff
path: root/lumina.pro
blob: 190b7e9abfe7c5e6799df6eaf2f67d3385434c9d (plain)
1
2
3
4
5
6
7
8
9
#=======================================================
#  This is just a simple redirect into the source tree for builds
#=======================================================
TEMPLATE = subdirs

#Load the OS detect pri file here so that it will print output as needed
include(src-qt5/OS-detect.pri)

SUBDIRS+= src-qt5
bgstack15