# HG changeset patch # User larspson # Date 1286356130 -7200 # Node ID f4fbbf8094bddd0cfcb66d105e6831b093ff1be7 # Parent d6360865c7a08571fa2efcea51da7ab446fe48de# Parent b15683f9e98918000232fb5846ee140a1ac73e16 Merge to remove autogenerated files diff -r d6360865c7a0 -r f4fbbf8094bd podcatcher_qt/.cproject --- a/podcatcher_qt/.cproject Wed Oct 06 10:54:19 2010 +0200 +++ b/podcatcher_qt/.cproject Wed Oct 06 11:08:50 2010 +0200 @@ -26,8 +26,9 @@ - + + @@ -53,8 +54,9 @@ - + + @@ -80,8 +82,9 @@ - + + @@ -107,8 +110,9 @@ - + + @@ -134,8 +138,9 @@ - + + diff -r d6360865c7a0 -r f4fbbf8094bd podcatcher_qt/podcatcher_qt.pro --- a/podcatcher_qt/podcatcher_qt.pro Wed Oct 06 10:54:19 2010 +0200 +++ b/podcatcher_qt/podcatcher_qt.pro Wed Oct 06 11:08:50 2010 +0200 @@ -10,12 +10,12 @@ TEMPLATE = app -SOURCES += main.cpp\ - podcatcherwin.cpp +SOURCES += src\main.cpp\ + src\podcatcherwin.cpp -HEADERS += podcatcherwin.h +HEADERS += inc\podcatcherwin.h -FORMS += podcatcherwin.ui +FORMS += forms\podcatcherwin.ui CONFIG += mobility MOBILITY = @@ -26,3 +26,7 @@ TARGET.EPOCSTACKSIZE = 0x14000 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 } + +BLD_INF_RULES.//includes += "$${LITERAL_HASH}include \"../engine/group/bld.inf\"" + +LIBS += -lpodcastengine.dll