mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-01 02:10:47 +03:00
12 lines
238 B
Prolog
12 lines
238 B
Prolog
|
QT += widgets
|
||
|
|
||
|
HEADERS = button.h \
|
||
|
calculator.h
|
||
|
SOURCES = button.cpp \
|
||
|
calculator.cpp \
|
||
|
main.cpp
|
||
|
|
||
|
# Single Application implementation
|
||
|
include(../../singleapplication.pri)
|
||
|
DEFINES += QAPPLICATION_CLASS=QApplication
|