tools/hwmap2txt/hwmapconverter/hwmapconverter.pro
changeset 10936 104727dfaa1b
child 11015 7a905f0070ce
equal deleted inserted replaced
10934:d6cc62ef78ef 10936:104727dfaa1b
       
     1 #-------------------------------------------------
       
     2 #
       
     3 # Project created by QtCreator 2015-05-07T16:38:43
       
     4 #
       
     5 #-------------------------------------------------
       
     6 
       
     7 QT       += core gui
       
     8 
       
     9 greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
       
    10 
       
    11 TARGET = hwmapconverter
       
    12 TEMPLATE = app
       
    13 
       
    14 
       
    15 SOURCES += main.cpp\
       
    16         mainwindow.cpp
       
    17 
       
    18 HEADERS  += mainwindow.h
       
    19 
       
    20 FORMS    += mainwindow.ui