forked from cppcheck-opensource/cppcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgui2.pro
More file actions
40 lines (34 loc) · 848 Bytes
/
gui2.pro
File metadata and controls
40 lines (34 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#-------------------------------------------------
#
# Project created by QtCreator 2014-01-31T06:45:11
#
#-------------------------------------------------
QT += core gui xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = cppcheck-gui-2
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
settingsdialog.cpp \
applicationsettings.cpp \
resultsmodel.cpp \
configureprojects.cpp \
projectwidget.cpp \
resultsform.cpp \
projectlist.cpp \
codebrowser.cpp \
graph.cpp
HEADERS += mainwindow.h \
settingsdialog.h \
applicationsettings.h \
resultsmodel.h \
configureprojects.h \
projectwidget.h \
resultsform.h \
projectlist.h \
codebrowser.h \
graph.h
FORMS += mainwindow.ui \
settingsdialog.ui \
configureprojects.ui \
resultsform.ui