mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
MonkeyStudio: move to Qt5
This commit is contained in:
@@ -1,20 +1,25 @@
|
||||
resource app_signature "application/x-vnd.monkeystudio";
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
|
||||
|
||||
resource app_version {
|
||||
major = 1,
|
||||
middle = 9,
|
||||
minor = 0,
|
||||
major = @MAJOR@,
|
||||
middle = @MIDDLE@,
|
||||
minor = @MINOR@,
|
||||
|
||||
/* 0 = development 1 = alpha 2 = beta
|
||||
3 = gamma 4 = golden master 5 = final */
|
||||
variety = 0,
|
||||
|
||||
internal = 4,
|
||||
variety = B_APPV_FINAL,
|
||||
internal = 0,
|
||||
|
||||
short_info = "A cross platform IDE",
|
||||
long_info = "An IDE written in C++/Qt"
|
||||
long_info = "@LONG_INFO@"
|
||||
};
|
||||
|
||||
resource app_signature "@APP_SIGNATURE@";
|
||||
|
||||
resource file_types message {
|
||||
"types" = "text/x-jamfile",
|
||||
"types" = "text/x-makefile",
|
||||
"types" = "text/x-patch",
|
||||
"types" = "text/x-source-code"
|
||||
};
|
||||
|
||||
resource vector_icon {
|
||||
Reference in New Issue
Block a user