more fixes to reorganizing

This commit is contained in:
ArsenArsen 2017-09-20 23:22:23 +02:00
parent 42c8f987df
commit 276773cc01
2 changed files with 2 additions and 1 deletions

View File

@ -12,4 +12,5 @@ ScreenOverlayView::ScreenOverlayView(QGraphicsScene *scene, QWidget *parent) : Q
void ScreenOverlayView::showEvent(QShowEvent *) {
move(0, 0);
activateWindow();
}

View File

@ -146,7 +146,7 @@ mac {
SOURCES += $$PWD/platformspecifics/mac/macbackend.cpp
HEADERS += $$PWD/platformspecifics/mac/macbackend.hpp
LIBS += -framework Carbon
QMAKE_INFO_PLIST = $$PWD/packages/macos/Info.plist
QMAKE_INFO_PLIST = $$PWD/../packages/macos/Info.plist
warning(Mac is on TODO);
} else:win32 {
RC_FILE = $$PWD/icon.rc