aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/libLumina/ExternalProcess.pri
blob: 0af4388ca03a6e35f99d65252a4c3220c7efa94b (plain)
1
2
3
4
5
6
HEADERS *= $${PWD}/ExternalProcess.h

INCLUDEPATH *= ${PWD}

#Now the other dependendies of it
#include(LUtils.pri)
bgstack15