QT Project configured and compiling.
Still doesn't do much, that will come in the following months.
This commit is contained in:
parent
6ee0553af8
commit
3877187da0
43 changed files with 235 additions and 78 deletions
55
code/build/FileWatcher.pro
Normal file
55
code/build/FileWatcher.pro
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
#-------------------------------------------------
|
||||
#
|
||||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue