mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2024-11-15 12:15:43 +08:00
11 lines
182 B
Prolog
11 lines
182 B
Prolog
# Single Application implementation
|
|
include(../../singleapplication.pri)
|
|
DEFINES += QAPPLICATION_CLASS=QApplication
|
|
|
|
QT += widgets
|
|
SOURCES += main.cpp
|
|
|
|
win32{
|
|
LIBS += User32.lib
|
|
}
|