Files
DualFloatingClock/flock.pro
T
2026-04-18 01:46:43 +08:00

26 lines
486 B
Prolog

# 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
QT = core gui widgets
SOURCES = \
$$PWD/main.cpp \
$$PWD/clockwidget.cpp
HEADERS = \
$$PWD/clockwidget.h
INCLUDEPATH = \
$$PWD/.
# Set build output directories
DESTDIR = $$PWD/build
OBJECTS_DIR = $$PWD/build
MOC_DIR = $$PWD/build
RCC_DIR = $$PWD/build
UI_DIR = $$PWD/build
#DEFINES =