-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathRegExptestor.pro
More file actions
35 lines (27 loc) · 802 Bytes
/
Copy pathRegExptestor.pro
File metadata and controls
35 lines (27 loc) · 802 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
#-------------------------------------------------
#
# Project created by QtCreator 2016-03-30T19:56:53
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
TARGET = regexp_testor
TEMPLATE = app
SOURCES += source/main.cpp\
source/customwindow.cpp \
source/windowtitlebar.cpp \
source/windowbutton.cpp \
source/windowbuttonminimize.cpp \
source/windowbuttonmaximize.cpp \
source/windowbuttonclose.cpp \
source/regexwindow.cpp
HEADERS += header/customwindow.h \
header/windowtitlebar.h \
header/windowbutton.h \
header/windowbuttonminimize.h \
header/windowbuttonmaximize.h \
header/windowbuttonclose.h \
header/regexwindow.h
RESOURCES += \
icon.qrc