mirror of
https://github.com/itay-grudev/SingleApplication.git
synced 2025-01-14 16:32:06 +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
|
|
}
|