[Kst] branches/work/kst/portto4/kst/src/kst
Peter Kümmel
syntheticpp at yahoo.com
Mon Nov 16 14:04:41 CET 2009
SVN commit 1050030 by kuemmel:
helper file for memory leak hunting
AM main-vld.cpp [License: UNKNOWN]
M +3 -0 main.cpp
** branches/work/kst/portto4/kst/src/kst/main-vld.cpp #property svn:eol-style
+ native
--- branches/work/kst/portto4/kst/src/kst/main.cpp #1050029:1050030
@@ -11,6 +11,9 @@
#include <application.h>
+#ifdef Q_CC_MSVC
+__declspec(dllexport)
+#endif
int main(int argc, char *argv[]) {
Kst::Application app(argc, argv);
if (app.mainWindow()->initFromCommandLine()) {
More information about the Kst
mailing list