-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show differrent document icons (.mlv files) under windows. #195
Comments
BTW we have to do some automatisation for "VERSION = " field in this section. |
Great! Will try out later! Hm, no idea if we can automize VERSION. We would also need it in MainWindow.cpp. Maybe it works via DEFINES += ..., this would also be available in entire project (all files in Qt project). |
Where do you enter this? I just get the default MLVApp icon until now. I used the .pro code above (also with MLV.ico). For VERSION: I think I'll be able to implement something, where we just enter VERSION in .pro, and the other defines in .cpp will be automatically set. |
Well I've tested on win7 and did nothing. It just worked out of the box. Now I tried with win10 and this did not work. So i found the registry entry:
and set it to "C:\Users\Nic\Desktop\MLVApp.exe,1". 1 means second icon. This time it worked. Thumbs up on VERSION! |
Discussion started here
I have some progress.
The text was updated successfully, but these errors were encountered: