poc prevent duplicate instances
This commit is contained in:
parent
3a16b333b2
commit
cb17bcb435
2 changed files with 25 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ QMAKE_LFLAGS += --target=x86_64-w64-mingw32 -g -Wl,-pdb= -v
|
|||
DEFINES += DEBUG
|
||||
CONFIG += debug console
|
||||
|
||||
QT += widgets
|
||||
QT += widgets network
|
||||
INCLUDEPATH += "$$PWD\src" "$$PWD\src\qt" "$$PWD\src\back" "$$PWD\src\cont"
|
||||
DESTPATH += "$$PWD\src" "$$PWD\src\qt" "$$PWD\src\back" "$$PWD\src\cont"
|
||||
VPATH += "$$PWD\src" "$$PWD\src\qt" "$$PWD\src\back" "$$PWD\src\cont"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue