-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathScreenMe.pri
43 lines (39 loc) · 1.32 KB
/
ScreenMe.pri
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
# ----------------------------------------------------
# This file is generated by the Qt Visual Studio Tools.
# ------------------------------------------------------
# This is a reminder that you are using a generated .pro file.
# Remove it when you are finished editing this file.
message("You are running qmake on a generated .pro file. This may not work!")
QT += core gui widgets
QT += websockets
HEADERS += ./include/config_manager.h \
./include/hotkeymap.h \
./include/uexception.h \
./include/uglobal.h \
./include/utils.h \
./include/screenshotdisplay.h \
./include/editor.h \
./include/customTextEdit.h \
./include/hotkeyEventFilter.h \
./include/globalKeyboardHook.h \
./include/main_window.h \
./include/ukeysequence.h \
./include/login_loader.h \
./include/login_server.h \
./include/uglobalhotkeys.h \
./include/options_window.h
SOURCES += ./src/customTextInput.cpp \
./src/editor.cpp \
./src/globalKeyboardHook.cpp \
./src/hotkeyEventFilter.cpp \
./src/login_loader.cpp \
./src/login_server.cpp \
./src/main_window.cpp \
./src/screenshotdisplay.cpp \
./src/uexception.cpp \
./src/uglobalhotkeys.cpp \
./src/ukeysequence.cpp \
./src/utils.cpp \
./main.cpp \
./src/config_manager.cpp \
./src/options_window.cpp