aboutsummaryrefslogtreecommitdiff
path: root/global.h
blob: 6a5fded55a0fd4bf48c460c5ea542e0d988bf75b (plain)
1
2
3
4
5
6
7
8
9
10
//===========================================
//  Lumina-DE source code
//  Copyright (c) 2014, Christopher Roy Bratusek
//  Available under the 3-clause BSD license
//  See the LICENSE file for full details
//===========================================

#ifndef PREFIX
  #define PREFIX QString("/usr/local")
#endif
bgstack15