hi all: |wordparser.target = generated_source wordparser.commands = build.bat wordparser.depends = FORCE wordparser.CONFIG = recursive QMAKE_EXTRA_TARGETS += wordparser PRE_TARGETDEPS += wordparser TEMPLATE = vcapp TARGET = demo SOURCES = stub_test.cpp |
build.bat generates lot’s of files that are not used in demo target building. This pro file generates vcxproj wich doesn’t contain any pre-build events. How do I force build.bat be executed on pre-build step in VS2010?
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest