[go: up one dir, main page]

Menu

[6774b3]: / opacity-chan.pro  Maximize  Restore  History

Download this file

32 lines (24 with data), 884 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
QT += core gui widgets
TARGET = opacity-chan
TEMPLATE = app
CONFIG += C++17
QMAKE_CXXFLAGS += /std:c++17
SOURCES += \
source/list_widget_window_item.cpp \
source/main.cpp \
source/main_window_dialog.cxx \
source/process_scanner_dialog.cxx \
source/process_scanner.cpp \
source/hotkey_recorder_widget.cpp \
# source/winapi_utilities.cpp
HEADERS += \
source/list_widget_window_item.hpp \
source/main_window_dialog.hxx \
source/process_scanner_dialog.hxx \
source/process_scanner.hpp \
source/hotkey_recorder_widget.hpp \
# source/winapi_utilities.hpp
FORMS += \
source\main_window_dialog.ui \
source\process_scanner_dialog.ui
LIBS += -luser32 -ladvapi32 -lkernel32