Results 1 to 2 of 2

Thread: Missing compatibility tab in application properties in Windows 10

  1. #1
    Join Date
    Oct 2016
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Smile Missing compatibility tab in application properties in Windows 10

    Hi, guys, I need some help!!!

    I try to compile an application both in debug and release mode in Qt Creator 3.5.1 and get weird results.
    If I just build a debug or release .exe file (foo.pro file to foo.exe), it's OK!
    But if I try to change the name of target or add a .rc-file reference to the .pro file - I miss the compatibility tab of an application properties in windows.
    As result, in that case I get a warning message from the windows user account control.
    Sure I could just change the name of "compatible" .exe with a necessary name after compilation but I'd like to find out causes this strange behavior.

    Do anybody have any ideas what's wrong?

    Compiler - mingw 4.9.2_32bit
    OS -Windows 10

    Qt Code:
    1. TARGET = FWUpdate #if added - compatibility property is lost!
    2. TEMPLATE = app
    3.  
    4. QT += core network widgets gui serialport
    5.  
    6. INCLUDEPATH += c:/XOL/STM32/libusb_libs/dfu-util/src/ \
    7. C:/libusb/include/
    8.  
    9.  
    10. LIBS += -lVersion \
    11. -lsetupapi \
    12. -luser32 \
    13. c:/libusb/lib/libusb-1.0.a \
    14. c:/XOL/STM32/libusb_libs/build-libdfu-Desktop_Qt_5_5_1_MinGW_32bit-Debug/Win32/Debug/liblibdfu.a
    15.  
    16. HEADERS += ./emiter.h \
    17. ./cmndialog.h
    18. SOURCES += ./cmndialog.cpp \
    19. ./main.cpp
    20. FORMS += ./cmndialog.ui
    21.  
    22.  
    23. DEPENDPATH += c:/libusb/include/
    24. PRE_TARGETDEPS+= c:/libusb/lib/libusb-1.0.a \
    25. c:/XOL/STM32/libusb_libs/build-libdfu-Desktop_Qt_5_5_1_MinGW_32bit-Debug/Win32/Debug/liblibdfu.a
    26.  
    27. RC_FILE += CMNDialog.rc
    To copy to clipboard, switch view to plain text mode 

  2. #2

    Default Re: Missing compatibility tab in application properties in Windows 10

    I'm not so sure about this but you can make a try. I just found it thru a research online. It is said that for some reasons some .exe does not show the compatibility tab. One way is to run the troubleshooter in the right click menu of the .exe and choose your compatibility modes. Other option is to read about " How to Set Compatibility Mode for Apps in Windows 10". I hope that can help you either ways about your inquiries.

Similar Threads

  1. Compatibility Windows 10 - Qt 4.8.6
    By CloudCompany in forum Qt Programming
    Replies: 3
    Last Post: 2nd May 2016, 19:20
  2. Replies: 4
    Last Post: 12th May 2011, 11:06
  3. QComboBox Custom Widget has missing designer properties
    By vieraci in forum Qt Programming
    Replies: 5
    Last Post: 9th December 2009, 14:30
  4. Application won't run - missing DLLs?
    By N3wb in forum Qt Programming
    Replies: 2
    Last Post: 21st September 2009, 23:52
  5. Replies: 7
    Last Post: 29th January 2009, 20:47

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.