Last change
on this file since 330 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 |
|
---|
7 | QT += core gui
|
---|
8 |
|
---|
9 | greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
---|
10 |
|
---|
11 | TARGET = PacpusDBCDecriptor
|
---|
12 | TEMPLATE = app
|
---|
13 |
|
---|
14 |
|
---|
15 | SOURCES += main.cpp\
|
---|
16 | mainwindow.cpp
|
---|
17 |
|
---|
18 | HEADERS += mainwindow.h \
|
---|
19 | structure.h
|
---|
20 |
|
---|
21 | FORMS += mainwindow.ui
|
---|
22 |
|
---|
23 | RESOURCES +=
|
---|
24 |
|
---|
25 | RC_FILE = dbcDecriptor.rc
|
---|
Note:
See
TracBrowser
for help on using the repository browser.