-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathplan.pro
executable file
·50 lines (46 loc) · 1.42 KB
/
plan.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
44
45
46
47
48
49
50
QT += core
QT += gui
QT += widgets
QT += network
QT += concurrent
QT += xml
TARGET = zapisownik
CONFIG -= app_bundle
CONFIG += c++11
TEMPLATE = app
SOURCES = src/main.cpp \
src/login_window.cpp \
src/kursy_grupy_bloki.cpp \
src/color_dialog.cpp \
src/edycja_kursow.cpp \
src/edycja_prowadzacych.cpp \
src/treeWidgetItem.cpp \
src/blokWidget.cpp \
src/poboczneTerminy.cpp \
src/filtry.cpp \
src/color_double_button.cpp \
src/wybrane_kolory.cpp \
src/poboczneDopasowywanie.cpp \
src/Polwro.cpp \
src/AKZ.cpp \
src/main_window.cpp \
src/menu.cpp \
src/wyborKursu.cpp \
src/zapiszWczytaj.cpp \
src/tree.cpp \
src/drawGridCourse.cpp \
HEADERS = include/login_window.h \
include/kursy_grupy_bloki.h \
include/main_window.h \
include/color_dialog.h \
include/edycja_kursow.h \
include/edycja_prowadzacych.h \
include/treeWidgetItem.h \
include/blokWidget.h \
include/poboczneTerminy.h \
include/filtry.h \
include/color_double_button.h \
include/wybrane_kolory.h \
include/poboczneDopasowywanie.h \
OBJECTS_DIR = obj/
MOC_DIR = moc/