-
Notifications
You must be signed in to change notification settings - Fork 141
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
可以说说编译的时候注意事项吗和步骤吗, #5
Comments
不知为何少了 -lXext 我最后手动 |
same problem |
解决方法如下: 修改后还会有第二个cp的问题,直接在Makefile中删除就好了 |
我编译成功了,但是运行起来会有一些问题, 比如没有图片, |
file:///root/Qt/install/bin/build-QQStars-unknown-Debug/qml/MainPanel/ListPage/GroupList.qml:70:13: QML MyImage: Binding loop detected for property "source" |
回复:zheniantoushipashi 。那个问题最新代码已经解决了 |
楼主有详细的注释版代码吗? |
注释全在这了,没有更详细得了 |
error: mywindow.o: undefined reference to symbol 'XShapeCombineRectangles' 这是楼上的解决办法:解决方法如下: 修改后还会有第二个cp的问题,直接在Makefile中删除就好了 |
ubuntu 14.04 下 #sudo apt-get install libqt5qml-quickcontrols qtdeclarative5-window-plugin libqt5x11extras5-dev qtdeclarative5-private-dev
for iii in `grep "QtQuick.Controls" -nr . | awk -F: '{print $1}'`;
do
sed 's/QtQuick.Controls 1.2/QtQuick.Controls 1.1/g' $iii > $iii
done qmake 后如上改Makefile,然后make 再再然后,无论怎么改都会出现下面的错误: QxtGlobalShortcut failed to register: "Ctrl+Alt+L"
"设置Ctrl+Alt+L热键出错"
QQmlComponent: Component is not ready
QQCommand:加载登录窗口失败, "qrc:/qml/Login/main.qml:158 Type LoginPage unavailable
qrc:/qml/Login/LoginPanel/LoginPage.qml:1 Expected token `numeric literal'
qrc:/qml/Login/LoginPanel/LoginPage.qml:1 Expected a qualified name id
" |
楼上不该更新软件吗 |
我用的是14.04源里面默认的版本。更新工具链是很麻烦的,而且既然1.1可以用,只能找别的问题。 |
可以说说编译的时候注意事项吗和步骤吗, 编译报错, ubuntu 64 位
编译的时候 👎 error: mywindow.o: undefined reference to symbol 'XShapeCombineRectangles'
是怎么回事啊, 缺少引用,该怎么解决
The text was updated successfully, but these errors were encountered: