merkaartor icon indicating copy to clipboard operation
merkaartor copied to clipboard

Proj4 version in main.cpp not set correctly?

Open RM87 opened this issue 2 years ago • 1 comments

Compiles again on Debian 11 after that change

RM87 avatar Dec 29 '21 20:12 RM87

Weird. See src/common/AboutDialog.ui:34, the dialog appears to have 'ProjVersion', not 'Proj4Version' - which is confirmed by Github Actions failing on this specific line. Is there a patch in debian packaging changing the dialog?

          <item row="2" column="1">
34>        <widget class="QLabel" name="ProjVersion">
            <property name="styleSheet">
             <string notr="true">QLabel { font-size:small; font-weight:bold; }</string>
            </property>
            <property name="text">
             <string notr="true">%1</string>
            </property>
           </widget>
          </item>

Krakonos avatar Jan 15 '22 16:01 Krakonos

The change is incorrect, as the project does not compile cleanly and obviously uses different name than in the dialog. Rejecting.

Krakonos avatar Feb 25 '23 16:02 Krakonos