-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAble.pro
43 lines (36 loc) · 912 Bytes
/
Able.pro
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
41
42
43
#-------------------------------------------------
#
# Project created by QtCreator 2015-10-16T15:19:31
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = Able
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
assetmanager.cpp \
codeeditor.cpp \
textedittabwidget.cpp \
syntaxhighlighter.cpp \
syntaxhighlightingruleset.cpp \
fileviewwidget.cpp \
treefileitem.cpp \
footerbararea.cpp \
settingswindow.cpp \
appconfigobject.cpp
HEADERS += mainwindow.h \
assetmanager.h \
codeeditor.h \
textedittabwidget.h \
syntaxhighlighter.h \
syntaxhighlightingruleset.h \
fileviewwidget.h \
treefileitem.h \
footerbararea.h \
settingswindow.h \
appconfigobject.h
FORMS += mainwindow.ui \
settingswindow.ui
RESOURCES += \
resources.qrc