forked from awthwathje/SteaScree
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSteaScreeLoaded.pro
More file actions
41 lines (31 loc) · 1.12 KB
/
SteaScreeLoaded.pro
File metadata and controls
41 lines (31 loc) · 1.12 KB
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
QT += core gui network widgets
TARGET = SteaScreeLoaded
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
controller.cpp \
largefiledialog.cpp \
interfaceadjuster.cpp \
qtreewidgetdraganddrop.cpp \
aes.c
HEADERS += mainwindow.h \
controller.h \
largefiledialog.h \
interfaceadjuster.h \
screenshot.h \
qtreewidgetdraganddrop.h \
aes.h \
aes.hpp
FORMS += mainwindow.ui \
largefiledialog.ui
RESOURCES += \
images.qrc
VERSION = 1.23.0
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
DEFINES += APP_NAME=\\\"$$TARGET\\\"
macx:ICON = res/icons/SteaScree.icns
win32:RC_ICONS = res/icons/SteaScree.ico
win32:QMAKE_TARGET_COMPANY = Foyl / Alsweider
win32:QMAKE_TARGET_PRODUCT = SteaScreeLoaded
win32:QMAKE_TARGET_DESCRIPTION = SteaScreeLoaded: Steam Cloud Screenshot Uploader
win32:QMAKE_TARGET_COPYRIGHT = GNU GPL v3