-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathQtSortingAlgorithms.pro
More file actions
33 lines (31 loc) · 964 Bytes
/
QtSortingAlgorithms.pro
File metadata and controls
33 lines (31 loc) · 964 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
######################################################################
# Automatically generated by qmake (3.0) Mon Jul 7 06:33:47 2014
######################################################################
QT+=core gui widgets sql network opengl
CONFIG += console c++11
RESOURCES = resources.qrc
TEMPLATE = app
TARGET = QtSortingAlgorithms
INCLUDEPATH += .
# Input
HEADERS += BubbleSorter.h \
InsertionSorter.h \
mainWindow.h \
MergeSorter.h \
QuickSorter.h \
SortViewWidget.h \
TimerWidget.h \
vectoreditor.h \
VectorSorter.h
SOURCES += BubbleSorter.cpp \
InsertionSorter.cpp \
main.cpp \
mainWindow.cpp \
MergeSorter.cpp \
QuickSorter.cpp \
SortViewWidget.cpp \
TimerWidget.cpp \
vectoreditor.cpp \
VectorSorter.cpp \
RadixSorter.cpp
RESOURCES += resources.qrc