refactor: new start
This commit is contained in:
@@ -1,15 +1,25 @@
|
||||
# Created by and for Qt Creator This file was created for editing the project sources only.
|
||||
# You may attempt to use it for building too, by modifying this file here.
|
||||
|
||||
#TARGET = flock
|
||||
TARGET = flock
|
||||
|
||||
QT = core gui widgets
|
||||
|
||||
SOURCES = \
|
||||
$$PWD/main.cpp
|
||||
$$PWD/main.cpp \
|
||||
$$PWD/clockwidget.cpp
|
||||
|
||||
HEADERS = \
|
||||
$$PWD/clockwidget.h
|
||||
|
||||
INCLUDEPATH = \
|
||||
$$PWD/.
|
||||
|
||||
#DEFINES =
|
||||
# Set build output directories
|
||||
DESTDIR = $$PWD/build
|
||||
OBJECTS_DIR = $$PWD/build
|
||||
MOC_DIR = $$PWD/build
|
||||
RCC_DIR = $$PWD/build
|
||||
UI_DIR = $$PWD/build
|
||||
|
||||
#DEFINES =
|
||||
|
||||
Reference in New Issue
Block a user