qtactiveqt/tools/dumpcpp/dumpcpp.pro

10 lines
137 B
Prolog
Raw Normal View History

TEMPLATE = app
CONFIG += console qaxcontainer
QT += widgets
SOURCES += main.cpp
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target