-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathemu64.pro
31 lines (26 loc) · 962 Bytes
/
emu64.pro
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
# //////////////////////////////////////////////////
# // //
# // Emu64 //
# // von Thorsten Kattanek //
# // //
# // #file: emu64_project.pro //
# // //
# // Dieser Sourcecode ist Copyright geschützt! //
# // Geistiges Eigentum von Th.Kattanek //
# // //
# // Letzte Änderung am 07.08.2019 //
# // www.emu64.de //
# // //
# //////////////////////////////////////////////////
TEMPLATE = subdirs
SUBDIRS = emu64
emu64.subdir = src
CONFIG += ordered
# Example for more subdirs
# SUBDIRS = src1\
# src2
#
# src1.subdir = src1
# src2.subdir = src2
#
# app.depends = src1 src2