path fixed
translation added
This commit is contained in:
		
							parent
							
								
									d72b583e39
								
							
						
					
					
						commit
						b91ab8b3f7
					
				@ -11,9 +11,9 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 | 
				
			|||||||
TARGET = ScreenTranslator
 | 
					TARGET = ScreenTranslator
 | 
				
			||||||
TEMPLATE = app
 | 
					TEMPLATE = app
 | 
				
			||||||
 | 
					
 | 
				
			||||||
INCLUDEPATH += C:/build/include
 | 
					INCLUDEPATH += D:/Files/build/include
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LIBS += -LC:/build/bin -ltesseract
 | 
					LIBS += -LD:/Files/build/bin -ltesseract
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SOURCES += main.cpp\
 | 
					SOURCES += main.cpp\
 | 
				
			||||||
    Manager.cpp \
 | 
					    Manager.cpp \
 | 
				
			||||||
@ -44,6 +44,9 @@ FORMS    += \
 | 
				
			|||||||
RESOURCES += \
 | 
					RESOURCES += \
 | 
				
			||||||
    Recources.qrc
 | 
					    Recources.qrc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					TRANSLATIONS += \
 | 
				
			||||||
 | 
					    translations/translation_en.ts
 | 
				
			||||||
 | 
					
 | 
				
			||||||
win32{
 | 
					win32{
 | 
				
			||||||
RC_FILE = app.rc
 | 
					RC_FILE = app.rc
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user