-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathQQLikeUI.pro
47 lines (39 loc) · 1.06 KB
/
QQLikeUI.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
#-------------------------------------------------
#
# Project created by QtCreator 2015-02-07T19:59:32
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = QQLikeUI
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
src/ui/loginform.cpp \
src/ui/collapseview.cpp \
src/ui/collapseviewitem.cpp \
src/ui/litteriem.cpp \
src/ui/moveableframelesswindow.cpp \
src/ui/mainform.cpp \
src/model/singleton.cpp \
src/ui/colorpickform.cpp \
src/model/config.cpp
HEADERS += mainwindow.h \
src/ui/loginform.h \
src/ui/collapseview.h \
src/ui/collapseviewitem.h \
src/ui/litteriem.h \
src/ui/moveableframelesswindow.h \
src/ui/mainform.h \
src/model/singleton.h \
src/ui/colorpickform.h \
src/model/config.h
FORMS += mainwindow.ui \
src/ui/loginform.ui \
src/ui/collapseview.ui \
src/ui/collapseviewitem.ui \
src/ui/litteriem.ui \
src/ui/mainform.ui \
src/ui/colorpickform.ui
RESOURCES += \
rs/rs.qrc