Select Git revision
interface.php
GitTest.pro 360 B
#-------------------------------------------------
#
# Project created by QtCreator 2015-11-24T15:19:24
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = GitTest
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui