mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
11 lines
238 B
Prolog
11 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
|