#-------------------------------------------------
#
# Project created by QtCreator 2013-07-10T21:33:13
#
#-------------------------------------------------

QT       += core gui sql

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = sqlite_test
TEMPLATE = app


SOURCES += main.cpp\
        mainwindow.cpp \
    performancetimer.cpp

HEADERS  += mainwindow.h \
    sleeperthread.h \
    performancetimer.h

FORMS    += mainwindow.ui