# | Line 2 | Line 2 | |
---|---|---|
2 | ||
3 | namespace GlobalVars{ | |
4 | QString AppName="XmlTools"; | |
5 | + | #ifdef Q_OS_WIN |
6 | + | QString AppExecutable=AppName+".exe"; |
7 | + | #else |
8 | + | QString AppExecutable="./"+AppName; // Mac OS needs unix like executing |
9 | + | #endif |
10 | QString AppVersion="2.0"; | |
11 | } | |
12 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |