more fixes to reorganizing
This commit is contained in:
parent
42c8f987df
commit
276773cc01
@ -12,4 +12,5 @@ ScreenOverlayView::ScreenOverlayView(QGraphicsScene *scene, QWidget *parent) : Q
|
|||||||
|
|
||||||
void ScreenOverlayView::showEvent(QShowEvent *) {
|
void ScreenOverlayView::showEvent(QShowEvent *) {
|
||||||
move(0, 0);
|
move(0, 0);
|
||||||
|
activateWindow();
|
||||||
}
|
}
|
||||||
|
@ -146,7 +146,7 @@ mac {
|
|||||||
SOURCES += $$PWD/platformspecifics/mac/macbackend.cpp
|
SOURCES += $$PWD/platformspecifics/mac/macbackend.cpp
|
||||||
HEADERS += $$PWD/platformspecifics/mac/macbackend.hpp
|
HEADERS += $$PWD/platformspecifics/mac/macbackend.hpp
|
||||||
LIBS += -framework Carbon
|
LIBS += -framework Carbon
|
||||||
QMAKE_INFO_PLIST = $$PWD/packages/macos/Info.plist
|
QMAKE_INFO_PLIST = $$PWD/../packages/macos/Info.plist
|
||||||
warning(Mac is on TODO);
|
warning(Mac is on TODO);
|
||||||
} else:win32 {
|
} else:win32 {
|
||||||
RC_FILE = $$PWD/icon.rc
|
RC_FILE = $$PWD/icon.rc
|
||||||
|
Loading…
Reference in New Issue
Block a user