Switch to unified view

a/upplay.pro b/upplay.pro
...
...
2
LANGUAGE        = C++
2
LANGUAGE        = C++
3
3
4
QT += webkit network
4
QT += webkit network
5
5
6
# VERSION is ^egrepped and must stay in the first column
6
# VERSION is ^egrepped and must stay in the first column
7
VERSION = 0.9.1
7
VERSION = 0.9.2
8
8
9
QMAKE_CXXFLAGS += -std=c++0x  -DUPPLAY_VERSION=\\\"$$VERSION\\\"
9
QMAKE_CXXFLAGS += -std=c++0x  -DUPPLAY_VERSION=\\\"$$VERSION\\\"
10
10
11
CONFIG  += qt warn_on thread release debug
11
CONFIG  += qt warn_on thread release debug
12
12