source: pacpusframework/trunk/src/dbcDecriptor/dbcDecriptor.pro@ 329

Last change on this file since 329 was 329, checked in by phudelai, 10 years ago

dbcDecriptor added to the framework

File size: 455 bytes
Line 
1#-------------------------------------------------
2#
3# Project created by QtCreator 2014-11-17T11:19:13
4#
5#-------------------------------------------------
6
7QT += core gui
8
9greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
10
11TARGET = PacpusDBCDecriptor
12TEMPLATE = app
13
14
15SOURCES += main.cpp\
16 mainwindow.cpp
17
18HEADERS += mainwindow.h \
19 structure.h
20
21FORMS += mainwindow.ui
22
23RESOURCES +=
24
25RC_FILE = dbcDecriptor.rc
Note: See TracBrowser for help on using the repository browser.