56 lines
1.6 KiB
Prolog
56 lines
1.6 KiB
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2013-12-22T20:34:26
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
|
|
|
TARGET = FileWatcher
|
|
TEMPLATE = app
|
|
|
|
SOURCES += ../src/main.cpp \
|
|
../src/mainwindow.cpp
|
|
|
|
HEADERS += ../src/mainwindow.h
|
|
|
|
FORMS += ../src/mainwindow.ui
|
|
|
|
OTHER_FILES += \
|
|
res/arrow_fat_down.gif \
|
|
res/arrow_fat_up.gif \
|
|
res/arrow_mini_down.gif \
|
|
res/arrow_mini_up.gif \
|
|
res/block.gif \
|
|
res/cross.gif \
|
|
res/drop_box.gif \
|
|
res/folder.gif \
|
|
res/plus.gif \
|
|
res/save.gif \
|
|
res/script.gif \
|
|
res/trash.gif \
|
|
res/warning.gif \
|
|
res/play.png \
|
|
res/settings.png \
|
|
res/stock_3d-texture-and-shading_16x16.png \
|
|
res/stock_3d-texture-and-shading_32x32.png \
|
|
res/stock_3d-texture-and-shading_48x48.png \
|
|
res/stock_3d-texture-and-shading_128x128.png \
|
|
res/stock_3d-texture-and-shading_256x256.png \
|
|
res/stock_3d-texture-spherical_16x16.png \
|
|
res/stock_3d-texture-spherical_32x32.png \
|
|
res/stock_3d-texture-spherical_48x48.png \
|
|
res/stock_3d-texture-spherical_128x128.png \
|
|
res/stock_3d-texture-spherical_256x256.png \
|
|
res/stop.png \
|
|
res/stock_3d-texture-and-shading_16x16.ico \
|
|
res/stock_3d-texture-and-shading_32x32.ico \
|
|
res/stock_3d-texture-and-shading_128x128.ico \
|
|
res/stock_3d-texture-and-shading_256x256.ico \
|
|
res/stock_3d-texture-spherical_16x16.ico \
|
|
res/stock_3d-texture-spherical_32x32.ico \
|
|
res/stock_3d-texture-spherical_128x128.ico \
|
|
res/stock_3d-texture-spherical_256x256.ico
|