Skip to content

Commit 8f75ce4

Browse files
committed
fixed
1 parent 5a3b14a commit 8f75ce4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/TargetVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
#define TARGET_VERSION_STRING EXPAND_STRING( TARGET_VERSION )
99

10-
#endif //TARGETVERSION_Hcd s
10+
#endif //TARGETVERSION_H

lib/includes.pri

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
TEMPLATE = lib
2-
TARGET =
32
DEPENDPATH += .
43

54
# This is used in the source - use the TargetVersion.h file
65
DEFINES += TARGET_VERSION=$$VERSION
6+
HEADERS += TargetVersion.h
77

88

99
# we are including local header files
@@ -17,6 +17,7 @@ INCLUDEPATH += ../Plugin ../SDK/Plugin ../SDK ../../SDK/current/Plugin ../lib
1717
mac {
1818
include( mac.pri )
1919
include( Release.xcconfig )
20+
#TODO: add optimzed MAC compiler flags!
2021
}
2122

2223

0 commit comments

Comments
 (0)