-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtreecle.pro
More file actions
37 lines (28 loc) · 779 Bytes
/
treecle.pro
File metadata and controls
37 lines (28 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#-------------------------------------------------
#
# Project created by QtCreator 2014-10-21T13:15:04
#
#-------------------------------------------------
#This should be uncommented to produce a compile time error
#for string literals that are not enclosed within a tr()
#This is useful to catch strings that have not been translated
#if a translation file is available.
#DEFINES += QT_NO_CAST_FROM_ASCII
QT += core gui webkit webkitwidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = treecle
TEMPLATE = app
SOURCES += \
treemisc.cpp \
treemain.cpp \
treefile.cpp \
treetree.cpp \
treeprefs.cpp
HEADERS += \
treecle.h
RESOURCES = treecle.qrc
OTHER_FILES += \
COPYING \
AUTHORS \
README
TRANSLATIONS += treecle_de.ts