FileWatcher/code/build/FileWatcher.pro

23 lines
416 B
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
RESOURCES += \
res.qrc