Reorg tidy src directory

.. move the fluff that has collected into the src directory
   to somewhere more appropriate.
This commit is contained in:
Mark Liversedge
2016-02-26 09:28:28 +00:00
parent ccd62b854b
commit 1b55780d51
97 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

@@ -114,8 +114,8 @@ LIBS += $${LIBZ_LIBS}
# windows icon and use QT zlib, not sure why different but keep for now
win32 {
RC_FILE = win32/windowsico.rc
INCLUDEPATH += ./win32 $${QT_INSTALL_PREFIX}/src/3rdparty/zlib
RC_FILE = Resources/win32/windowsico.rc
INCLUDEPATH += Resources/win32 $${QT_INSTALL_PREFIX}/src/3rdparty/zlib
LIBS += -lws2_32
} else {