le-git / qt-google-drive

Automatically exported from code.google.com/p/qt-google-drive
0 stars 0 forks source link

Build failure #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run qmake  (Qt 4.8)
2.make 
What is the expected output? What do you see instead?
qmake ouput:
WARNING: Failure to find: settings/settingsmanager.cpp
WARNING: Failure to find: gui/forms/mainwindow.cpp
WARNING: Failure to find: gui/forms/mainwindow.h
WARNING: Failure to find: settings/settingsmanager.h
WARNING: Failure to find: gui/forms/mainwindow.ui
RCC: Error in 'resource.qrc': Cannot find file 'res/information.png'

make output :
/usr/bin/qmake-qt4 -o Makefile qt-google-drive.pro
WARNING: Failure to find: gui/forms/mainwindow.cpp
WARNING: Failure to find: gui/forms/mainwindow.h
WARNING: Failure to find: settings/settingsmanager.h
WARNING: Failure to find: gui/forms/mainwindow.ui
RCC: Error in 'resource.qrc': Cannot find file 'res/information.png'
make: *** No rule to make target `gui/forms/mainwindow.ui', needed by 
`ui_mainwindow.h'.  Stop.

What version of the product are you using? On what operating system?
git commit  903890a0ed2c3c4834b3577d915ae4e1f18c7ee1 on Gnu/Linux

Original issue reported on code.google.com by souiri.m...@gmail.com on 6 Nov 2013 at 12:20

GoogleCodeExporter commented 9 years ago
use this:
https://github.com/jalcine/google-drive-qt

Original comment by nitramre...@gmail.com on 18 Jan 2015 at 10:55