mirror of
https://github.com/QuasarApp/qt-solutions.git
synced 2025-05-10 12:09:33 +00:00
20 lines
220 B
R
20 lines
220 B
R
|
#define SystemSevenOrLater 1
|
||
|
|
||
|
#include <Carbon/Carbon.r>
|
||
|
|
||
|
resource 'STR#' (127)
|
||
|
{{
|
||
|
"A trivial Example plugin!"
|
||
|
}};
|
||
|
|
||
|
resource 'STR#' (128)
|
||
|
{{
|
||
|
"trivial/very",
|
||
|
""
|
||
|
}};
|
||
|
|
||
|
resource 'STR#' (126)
|
||
|
{{
|
||
|
"Plugin for trivial uses"
|
||
|
}};
|