]> git.defcon.no Git - hm-trp-tool/blob - Configurator.pro
I forgot, all source needs README and licensing
[hm-trp-tool] / Configurator.pro
1 #-------------------------------------------------
2 #
3 # Project created by QtCreator 2012-07-09T16:13:54
4 #
5 #-------------------------------------------------
6
7 QT += core gui
8
9 TARGET = Configurator
10 TEMPLATE = app
11
12
13 SOURCES += main.cpp \
14 configurator.cpp
15
16 HEADERS += \
17 configurator.h
18
19 FORMS += creator.ui