General rule to build Harbour PRGs from QT Creator

General rule to build Harbour PRGs from QT Creator

Postby Antonio Linares » Sat Mar 31, 2018 11:54 am

FiveTouch is an interactive development app for Android and iOS, kind of a modern dBase III, built using Harbour and QT.
You can develop your xBase apps directly from your Android or iOS device or from your PC.

https://github.com/FiveTechSoft/fivetouch
https://github.com/FiveTechSoft/fivetouch/blob/master/fivetouch.pro

Code: Select all  Expand view
PRGS = fivetouch.prg \
       buildch.prg

OTHER_FILES += $$PRGS

QMAKE_CFLAGS += -Ic:/harbour/include
INCLUDEPATH += c:/harbour/include

harbour.output  = $$PWD/${QMAKE_FILE_BASE}.c
harbour.commands = c:\harbour\bin\harbour ${QMAKE_FILE_NAME} -n -o${QMAKE_FILE_OUT}
harbour.variable_out = SOURCES
harbour.input = PRGS
QMAKE_EXTRA_COMPILERS += harbour
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Return to FiveTouch

Who is online

Users browsing this forum: No registered users and 12 guests