Code Monkey home page Code Monkey logo

Comments (5)

lexxmark avatar lexxmark commented on July 30, 2024

I will look into it.

At the first glance "unity build" doesn't work for some reason.
You can try disable unity building by removing line
CONFIG += qtn_unity_build
from Core.pro file.

from qtnproperty.

giladreich avatar giladreich commented on July 30, 2024

@lexxmark Thanks for the tip, but that didn't do the trick unfortunately.
I tried on release and debug mode and also clean -> run qmake -> build all.
Still getting same logs but for PropertyBase.obj:

12:05:38: Starting: "C:\Qt\Qt5.8.0\Tools\QtCreator\bin\jom.exe" 
	cd Core\ && ( if not exist Makefile C:\Qt\Qt5.8.0\5.8\msvc2015_64\bin\qmake.exe -o Makefile "C:\Users\User\Documents\Visual Studio 2015\Projects\QtnProperty\Core\Core.pro" -spec win32-msvc2015 ) && C:\Qt\Qt5.8.0\Tools\QtCreator\bin\jom.exe -f Makefile
	C:\Qt\Qt5.8.0\Tools\QtCreator\bin\jom.exe -f Makefile.Release
	lib /NOLOGO  /OUT:"C:\Users\User\Documents\Visual Studio 2015\Projects\QtnProperty\bin-win\QtnPropertyCore.lib" @C:\Users\User\AppData\Local\Temp\QtnPropertyCore.lib.10404.375.jom
LINK : fatal error LNK1181: cannot open input file 'release\PropertyBase.obj'
jom: C:\Users\User\Documents\Visual Studio 2015\Projects\build-Property-Desktop_Qt_5_8_0_MSVC2015_64bit-Release\Core\Makefile.Release [C:\Users\User\Documents\Visual Studio 2015\Projects\QtnProperty\bin-win\QtnPropertyCore.lib] Error 1181
jom: C:\Users\User\Documents\Visual Studio 2015\Projects\build-Property-Desktop_Qt_5_8_0_MSVC2015_64bit-Release\Core\Makefile [release] Error 2
jom: C:\Users\User\Documents\Visual Studio 2015\Projects\build-Property-Desktop_Qt_5_8_0_MSVC2015_64bit-Release\Makefile [sub-Core-make_first] Error 2
12:05:39: The process "C:\Qt\Qt5.8.0\Tools\QtCreator\bin\jom.exe" exited with code 2.
Error while building/deploying project Property (kit: Desktop Qt 5.8.0 MSVC2015_64bit)
When executing step "Make"

from qtnproperty.

lexxmark avatar lexxmark commented on July 30, 2024

I'm trying to to reproduce your problem. But it's OK so far.
According to error:

LINK : fatal error LNK1181: cannot open input file 'release\PropertyBase.obj'

It seems like build system looking for object files in a wrong place.
Could you check where object files are placed and where they are searched during linking?

from qtnproperty.

lexxmark avatar lexxmark commented on July 30, 2024

I've reproduced the problem. Seems to be specific on Qt 5.8 only.
Trying to fix...

from qtnproperty.

lexxmark avatar lexxmark commented on July 30, 2024

The problem I faced was related to old QtnProperty code,
after sync with master the problem disappeared.

Please sent full logs of project compilation.

from qtnproperty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.