解决 Archlinux 下qmake后 make 找不到 QApplication
先上代码#include #include int main(int argc, char *argv[]){ QApplication app(argc,argv); QLabel *tip = new QLabel("Hello World!"); tip->show(); return app.exec();}编译qmake -projectqmake
原创
2017-02-21 20:48:13 ·
1586 阅读 ·
0 评论