[go: up one dir, main page]

Menu

[89f981]: / opacity-chan.pro  Maximize  Restore  History

Download this file

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