-
Notifications
You must be signed in to change notification settings - Fork 2
/
LSPL-IDE.pro
35 lines (28 loc) · 849 Bytes
/
LSPL-IDE.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-09-14T13:41:03
#
#-------------------------------------------------
QT += core gui xml
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = LSPL-IDE
TEMPLATE = app
CONFIG += c++11 exceptions concurrent
LIBS = -llspl -lcharsetdetect
SOURCES += main.cpp\
mainwindow.cpp \
centralwidget.cpp \
basicwidget.cpp \
proxystyle.cpp
HEADERS += mainwindow.h \
centralwidget.h \
basicwidget.h \
proxystyle.h
include(Text/Text.pri)
include(Interface/Interface.pri)
include(Patterns/Patterns.pri)
include(Engine/Engine.pri)
include(Matches/Matches.pri)
include(Utils/Utils.pri)
RESOURCES += \
stylesheet.qrc