Skip to content

Commit 4df3309

Browse files
committed
Add log info
1 parent 8e85bd9 commit 4df3309

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/PythonQt.prf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ CONFIG(debug, debug|release) {
1111
DEBUG_EXT =
1212
}
1313

14-
PYTHONQT_LIB_NAME=trikPythonQt-Qt$${QT_MAJOR_VERSION}$${QT_MINOR_VERSION}-Python$${PYTHON_VERSION}$${DEBUG_EXT}
14+
message("TRY READ DESTDIR: $$DESTDIR")
1515
!isEmpty(DESTDIR) {
1616
LIBS += -L$$DESTDIR
1717
QMAKE_RPATHDIR += $$DESTDIR
1818
}
1919

20-
LIBS += -ltrikPythonQt-Qt$${QT_MAJOR_VERSION}$${QT_MINOR_VERSION}-Python$${PYTHON_VERSION}$${DEBUG_EXT}
20+
LIBS += -ltrikPythonQt-Qt$${QT_MAJOR_VERSION}$${QT_MINOR_VERSION}-Python$${PYTHON_VERSION}$${DEBUG_EXT}

0 commit comments

Comments
 (0)