We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3b14a commit 8f75ce4Copy full SHA for 8f75ce4
lib/TargetVersion.h
@@ -7,4 +7,4 @@
7
8
#define TARGET_VERSION_STRING EXPAND_STRING( TARGET_VERSION )
9
10
-#endif //TARGETVERSION_Hcd s
+#endif //TARGETVERSION_H
lib/includes.pri
@@ -1,9 +1,9 @@
1
TEMPLATE = lib
2
-TARGET =
3
DEPENDPATH += .
4
5
# This is used in the source - use the TargetVersion.h file
6
DEFINES += TARGET_VERSION=$$VERSION
+HEADERS += TargetVersion.h
# we are including local header files
@@ -17,6 +17,7 @@ INCLUDEPATH += ../Plugin ../SDK/Plugin ../SDK ../../SDK/current/Plugin ../lib
17
mac {
18
include( mac.pri )
19
include( Release.xcconfig )
20
+ #TODO: add optimzed MAC compiler flags!
21
}
22
23
0 commit comments