Initial commit
This commit is contained in:
23
offsets.pro
Normal file
23
offsets.pro
Normal file
@@ -0,0 +1,23 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2017-04-13T09:57:50
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
CONFIG += c++11
|
||||
TARGET = offsets
|
||||
TEMPLATE = app
|
||||
|
||||
|
||||
SOURCES += main.cpp\
|
||||
mainwindow.cpp \
|
||||
uientry.cpp
|
||||
|
||||
HEADERS += mainwindow.hpp \
|
||||
uientry.hpp
|
||||
|
||||
FORMS += mainwindow.ui
|
||||
Reference in New Issue
Block a user