Skip to content
Snippets Groups Projects
Select Git revision
  • 4c52194b974a7b4f075dafb5defe528a2d618c0e
  • master default
2 results

GitTest.pro

Blame
  • Maximilian Kögler's avatar
    Maximilian Koegler authored
    4c52194b
    History
    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