apunts.pro 623 Bytes
#-------------------------------------------------
#
# Project created by QtCreator 2013-01-14T13:01:37
#
#-------------------------------------------------

QT       += core gui sql

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = apunts
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp \
    adddialog.cpp \
    editdialog.cpp \
    customsqlmodel.cpp \
    customtextedit.cpp

HEADERS  += mainwindow.h \
    adddialog.h \
    editdialog.h \
    customsqlmodel.h \
    customtextedit.h

FORMS    += mainwindow.ui \
    adddialog.ui \
    editdialog.ui

OTHER_FILES +=

RESOURCES += \
    apunts.qrc