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
# This is only used for the dir browser tab close button, which is set in
22
# the style sheet, did not find any other reasonably simple way to do it.
23
RESOURCES += GUI/upplay.qrc
21
24
22
HEADERS += \
25
HEADERS += \
23
        GUI/mainw/mainw.h \
26
        GUI/mainw/mainw.h \
24
        GUI/mainw/trayicon.h \
27
        GUI/mainw/trayicon.h \
25
        GUI/mdatawidget/mdatawidget.h \
28
        GUI/mdatawidget/mdatawidget.h \