aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/script/file/file.pro
blob: eded5fdbc58295a20b6420a35cf8adce32db2939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESTDIR= ../../../../plugins/script/
TEMPLATE = lib
TARGET = qtscript_fileapi
DEPENDPATH += .
INCLUDEPATH += . ../../../lib/

QT = core script

unix: CONFIG += plugin

HEADERS += \
    file.h \
    ../../../lib/tools/fileinfo.h \
    textfile.h

SOURCES += \
    plugin.cpp \
    file.cpp \
    ../../../lib/tools/fileinfo.cpp \
    textfile.cpp