Switch to unified view

a/upplay.pro b/upplay.pro
...
...
16
buildtype = release
16
buildtype = release
17
CONFIG  += qt warn_on thread $$buildtype
17
CONFIG  += qt warn_on thread $$buildtype
18
18
19
# DEFINES += UPPLAY_HORIZONTAL_LAYOUT
19
# DEFINES += UPPLAY_HORIZONTAL_LAYOUT
20
20
21
22
RESOURCES += GUI/upplay.qrc
23
21
24
HEADERS += \
22
HEADERS += \
25
        GUI/widgets/directslider.h  \
23
        GUI/widgets/directslider.h  \
26
        GUI/mainw/mainw.h \
24
        GUI/mainw/mainw.h \
27
        GUI/mainw/trayicon.h \
25
        GUI/mainw/trayicon.h \
...
...
141
  bdata.path = $$PREFIX/share/upplay/cdbrowser   
139
  bdata.path = $$PREFIX/share/upplay/cdbrowser   
142
  gdata.files = GUI/standard.css GUI/dark.css
140
  gdata.files = GUI/standard.css GUI/dark.css
143
  gdata.path = $$PREFIX/share/upplay/
141
  gdata.path = $$PREFIX/share/upplay/
144
  desktop.files += upplay.desktop
142
  desktop.files += upplay.desktop
145
  desktop.path = $$PREFIX/share/applications/
143
  desktop.path = $$PREFIX/share/applications/
146
  icona.files += GUI/icons/upplay.png
144
  icona.files = GUI/icons/upplay.png
147
  icona.path = $$PREFIX/share/icons/hicolor/48x48/apps/
145
  icona.path = $$PREFIX/share/icons/hicolor/48x48/apps/
148
  iconb.files += GUI/icons/upplay.png
146
  iconb.files = GUI/icons/upplay.png
149
  iconb.path = $$PREFIX/share/pixmaps/
147
  iconb.path = $$PREFIX/share/pixmaps/
148
  iconc.files = GUI/icons/*.png GUI/icons/dark/*.png
149
  iconc.path = $$PREFIX/share/upplay/icons
150
150
  INSTALLS += target bdata desktop gdata icona iconb
151
  INSTALLS += target bdata desktop gdata icona iconb iconc
151
}
152
}
152
153
153
windows {
154
windows {
154
    contains(QMAKE_CC, gcc){
155
    contains(QMAKE_CC, gcc){
155
        # MingW
156
        # MingW