Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QtCreator compilation problems #33

Closed
trufanov-nok opened this issue Apr 27, 2015 · 3 comments
Closed

QtCreator compilation problems #33

trufanov-nok opened this issue Apr 27, 2015 · 3 comments

Comments

@trufanov-nok
Copy link

Hi,
I'm trying to build the project via QtCreator and faced with few problems which I would like to discuss here. Let's move step by step.

I'm opening qt/qt.pro
and trying to build it. Getting:

../../android-file-transfer-linux/mtp/usb/BulkPipe.h:22:24: fatal error: usb/Device.h: No such file or directory
 #include <usb/Device.h>

Same for #include <usb/Interface.h>
There are 3 Device.h and 2 Interface.h in project. Which one shall be linked? If it depends than could you add some switch to qt.pro for these build modes?

@whoozle
Copy link
Owner

whoozle commented Apr 27, 2015

Oh, this file should be removed. Please open root CMakeLists.txt as a project.

@whoozle
Copy link
Owner

whoozle commented Apr 27, 2015

Can I close the issue?

@trufanov-nok
Copy link
Author

It seems I can make a debug build with CMakeLists.txt and -DCMAKE_BUILD_TYPE=Debug flag. AT this point that's all I need. So problem may be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants