QT += widgets

SOURCES += gui.cpp \
           calc.cpp \
           mathlib.cpp

HEADERS += gui.h \
           mathlib.h

FORMS += gui.ui

target.path = /usr/bin
desktop.path = /usr/share/applications
desktop.files = kalkulacka.desktop
INSTALLS += target desktop