Skip to content
Snippets Groups Projects
Commit 5b5aa907 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Build Creator custom widgets on Windows.

parent 9749d38f
No related branches found
No related tags found
No related merge requests found
...@@ -13,12 +13,15 @@ isEmpty(IDE_LIBRARY_BASENAME) { ...@@ -13,12 +13,15 @@ isEmpty(IDE_LIBRARY_BASENAME) {
IDE_LIBRARY_BASENAME = lib IDE_LIBRARY_BASENAME = lib
} }
linux-* { linux-*||win32 {
# form abs path to qtcreator lib dir # form abs path to qtcreator lib dir
QTC_LIBS=$$dirname(PWD) QTC_LIBS=$$dirname(PWD)
QTC_LIBS=$$dirname(QTC_LIBS) QTC_LIBS=$$dirname(QTC_LIBS)
QTC_LIBS=$$dirname(QTC_LIBS) QTC_LIBS=$$dirname(QTC_LIBS)
QTC_LIBS=$$QTC_LIBS/$$IDE_LIBRARY_BASENAME/qtcreator QTC_LIBS=$$QTC_LIBS/$$IDE_LIBRARY_BASENAME/qtcreator
}
linux-*{
QMAKE_RPATHDIR *= $$QTC_LIBS QMAKE_RPATHDIR *= $$QTC_LIBS
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment