RecipeDB/RecipeDB.pro

28 lines
495 B
Prolog
Raw Normal View History

2018-02-02 09:00:46 +00:00
#-------------------------------------------------
#
# Project created by QtCreator 2018-02-02T09:56:58
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = RecipeDB
TEMPLATE = app
2018-02-02 10:41:36 +00:00
SOURCES += sources/main.cpp \
sources/mainwindow.cpp \
SQLite/sqlite3.c
2018-02-02 09:00:46 +00:00
HEADERS += \
2018-02-02 10:41:36 +00:00
headers/mainwindow.h \
SQLite/sqlite3.h \
SQLite/sqlite3ext.h
2018-02-02 09:00:46 +00:00
2018-02-02 10:41:36 +00:00
FORMS += gui/mainwindow.ui
DISTFILES += \
.gitignore