mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-25 12:47:44 +01:00
25 lines
482 B
Makefile
25 lines
482 B
Makefile
#-*- mode: makefile; tab-width: 4; -*-
|
|
#
|
|
|
|
include(../qmake.inc)
|
|
|
|
TEMPLATE = app
|
|
|
|
QMAKE_RUN_CC = @echo
|
|
QMAKE_RUN_CXX = @echo
|
|
QMAKE_LINK = @echo
|
|
|
|
TARGET =
|
|
|
|
target.files = AUTHORS \
|
|
ChangeLog \
|
|
COPYING \
|
|
Credits \
|
|
INSTALL \
|
|
PatchAcceptancePolicy.txt
|
|
|
|
target.path =$$doc.path
|
|
|
|
#INSTALLS -= target
|
|
#INSTALLS += doc
|