forked from WohlSoft/Moondust-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpge.pro
More file actions
46 lines (37 loc) · 1.11 KB
/
pge.pro
File metadata and controls
46 lines (37 loc) · 1.11 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
42
43
44
45
46
TEMPLATE = subdirs
SUBDIRS = DependentLibs \
Editor \
Engine \
pcalibrator \
GIFs2PNG \
PNG2GIFs \
LazyFixTool \
Manager \
Maintainer
DEFINES += USE_LUA_JIT
DependentLibs.file = _Libs/pge_deps.pro
Editor.file = Editor/pge_editor.pro
Engine.file = Engine/pge_engine.pro
pcalibrator.file = PlayableCalibrator/pge_calibrator.pro
GIFs2PNG.file = GIFs2PNG/GIFs2PNG.pro
PNG2GIFs.file = PNG2GIFs/png2gifs.pro
LazyFixTool.file = LazyFixTool/LazyFixTool.pro
Manager.file = Manager/pge_manager.pro
Maintainer.file = Maintainer/pge_maintainer.pro
configs.path = bin/configs
configs.files = Content/configs/*
helps.path = bin/help
helps.files = Content/help/*
themes.path = bin/themes
themes.files = Content/themes/*
calibrator_cnfs.path = bin/calibrator
calibrator_cnfs.files = Content/calibrator/*
INSTALLS += configs helps themes calibrator_cnfs
android:{
DEFINES -= USE_LUA_JIT
SUBDIRS -= Engine pcalibrator GIFs2PNG PNG2GIFs LazyFixTool Manager Maintainer
INSTALLS -= configs helps themes calibrator_cnfs
}
#CONFIG+=release CONFIG-=debug QTPLUGIN.platforms=qxcb
DISTFILES += \
pge_engine.supp