Skip to content

Commit e780203

Browse files
committed
Change project structure
1 parent f0872df commit e780203

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+11
-11
lines changed

Source/Resources/en.qm

100644100755
File mode changed.

Source/Resources/icon.ico

100644100755
File mode changed.

Source/Resources/icon.png

100644100755
File mode changed.

Source/Resources/norecord.ico

100644100755
File mode changed.

Source/Resources/record.ico

100644100755
File mode changed.

Source/Resources/ru.qm

100644100755
File mode changed.

Source/SphinxQt.pro

100644100755
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ HEADERS += window.h about.h recognition.h
66
FORMS += window.ui about.ui
77
RESOURCES += resources.qrc
88
RC_FILE = resources.rc
9-
INCLUDEPATH += $$PWD/resources/sphinx/include
10-
DEPENDPATH += $$PWD/resources/sphinx/include
9+
INCLUDEPATH += $$PWD/../External/sphinx/include
10+
DEPENDPATH += $$PWD/../External/sphinx/include
1111

1212
win32 {
1313
CONFIG(debug, debug|release) {
1414
contains(QT_ARCH, i386) {
15-
LIBS += -L$$PWD/resources/sphinx/lib/windows/debug/32bit/ -lsphinxbase
16-
LIBS += -L$$PWD/resources/sphinx/lib/windows/debug/32bit/ -lpocketsphinx
15+
LIBS += -L$$PWD/../External/sphinx/lib/windows/32bit/debug/ -lsphinxbase
16+
LIBS += -L$$PWD/../External/sphinx/lib/windows/32bit/debug/ -lpocketsphinx
1717
} else {
18-
LIBS += -L$$PWD/resources/sphinx/lib/windows/debug/64bit/ -lsphinxbase
19-
LIBS += -L$$PWD/resources/sphinx/lib/windows/debug/64bit/ -lpocketsphinx
18+
LIBS += -L$$PWD/../External/sphinx/lib/windows/64bit/debug/ -lsphinxbase
19+
LIBS += -L$$PWD/../External/sphinx/lib/windows/64bit/debug/ -lpocketsphinx
2020
}
2121
} else {
2222
contains(QT_ARCH, i386) {
23-
LIBS += -L$$PWD/resources/sphinx/lib/windows/release/32bit/ -lsphinxbase
24-
LIBS += -L$$PWD/resources/sphinx/lib/windows/release/32bit/ -lpocketsphinx
23+
LIBS += -L$$PWD/../External/sphinx/lib/windows/32bit/release/ -lsphinxbase
24+
LIBS += -L$$PWD/../External/sphinx/lib/windows/32bit/release/ -lpocketsphinx
2525
} else {
26-
LIBS += -L$$PWD/resources/sphinx/lib/windows/release/64bit/ -lsphinxbase
27-
LIBS += -L$$PWD/resources/sphinx/lib/windows/release/64bit/ -lpocketsphinx
26+
LIBS += -L$$PWD/../External/sphinx/lib/windows/64bit/release/ -lsphinxbase
27+
LIBS += -L$$PWD/../External/sphinx/lib/windows/64bit/release/ -lpocketsphinx
2828
}
2929
}
30-
}
30+
}

Source/about.cpp

100644100755
File mode changed.

Source/about.h

100644100755
File mode changed.

Source/about.ui

100644100755
File mode changed.

Source/main.cpp

100644100755
File mode changed.

Source/recognition.cpp

100644100755
File mode changed.

Source/recognition.h

100644100755
File mode changed.

Source/resources.h

100644100755
File mode changed.

Source/resources.qrc

100644100755
File mode changed.

Source/resources.rc

100644100755
File mode changed.

Source/window.cpp

100644100755
File mode changed.

Source/window.h

100644100755
File mode changed.

Source/window.ui

100644100755
File mode changed.

0 commit comments

Comments
 (0)