Skip to content
Snippets Groups Projects
Select Git revision
  • 15094b58aa2f735be137f76d5ab6623f5a73e94f
  • master default protected
  • feature/on-prem
3 results

Dockerfile

Blame
  • 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