-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDoubleClickFix.pro
More file actions
35 lines (28 loc) · 812 Bytes
/
DoubleClickFix.pro
File metadata and controls
35 lines (28 loc) · 812 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-23T12:23:41
#
#-------------------------------------------------
QT += core gui
CONFIG += c++11
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = DoubleClickFix
TEMPLATE = app
QMAKE_CXXFLAGS_RELEASE += -O2 -Werror
QMAKE_CXXFLAGS += -Wall -Wextra -Weffc++ -Wunknown-pragmas
SOURCES += main.cpp\
mainwindow.cpp \
click_lock_settings.cpp \
hotkey.cpp \
mouse_catcher_thread.cpp
HEADERS += mainwindow.h \
click_lock_settings.h \
hotkey.h \
widget_input_event_catcher.h \
mouse_catcher_thread.h
FORMS += mainwindow.ui \
click_lock_settings.ui
RESOURCES += \
basic_resources.qrc
RC_FILE = meta_data.rc
DISTFILES = meta_data.rc