forked from pasnox/qodeedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfake-functions.pri
42 lines (33 loc) · 1 KB
/
fake-functions.pri
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
###########################################################################################
## Created using Monkey Studio IDE v1.9.0.1 (1.9.0.1)
##
## Author : Filipe Azevedo aka Nox P@sNox <[email protected]>
## Project : fake-functions.pri
## FileName : fake-functions.pri
## Date : 2012-07-28T13:13:40
## License : LGPL3
## Comment : Creating using Monkey Studio RAD
## Home Page : https://github.com/pasnox/qmake-extensions
##
## This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
## WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
##
###########################################################################################
defineReplace( getFolders ) {
}
defineReplace( getRelativeFolders ) {
}
defineReplace( buildMode ) {
}
defineReplace( targetForMode ) {
}
defineTest( setTemplate ) {
}
defineTest( setTarget ) {
}
defineTest( setTemporaryDirectories ) {
}
defineTest( setTargetDirectory ) {
}
defineTest( autoGenerateFile ) {
}