qmake -project
然后打开生成的hello.pro文件,加上两橡纯行
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
把这两行放余族前面
大体如竖如弊下:
######################################################################
# Automatically generated by qmake (3.0) ?? ??? 26 08:54:10 2014
######################################################################
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TEMPLATE = app
TARGET = hello
# Input
SOURCES += main.cpp
然后
qmake hello.pro
再
mingw32-make
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)