tools/templates/templates.pro
author sheepluva
Thu, 16 Jan 2014 19:50:18 +0100
changeset 9994 8455993a7a1b
parent 359 59fbfc65fbda
permissions -rw-r--r--
* allow telling cmake where to find required fonts in system when user supplies the paths, as suggested by unC0Rr, e.g. -DFONTS_DIRS='/usr/share/fonts/truetype/wqy;/usr/share/fonts/truetype/dejavu' * the build system will use the paths to lookup fonts and install those not found * the engine will load the paths into physfs (mountpoint /Fonts) to make the fonts available at runtime * overriding fonts in packages should be possible again now
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
359
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
     1
######################################################################
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
     2
# Automatically generated by qmake (2.01a) ?? 23. ??? 20:44:46 2007
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
     3
######################################################################
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
     4
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
     5
TEMPLATE = app
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
     6
TARGET = 
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
     7
DEPENDPATH += .
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
     8
INCLUDEPATH += .
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
     9
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
    10
# Input
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
    11
HEADERS += mainform.h pixlabel.h
59fbfc65fbda - New land templates
unc0rr
parents:
diff changeset
    12
SOURCES += main.cpp mainform.cpp pixlabel.cpp