mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 17:50:52 +01: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
|
|
}
|