38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
# ----------------------------------------------------
|
|
# This file is generated by the Qt Visual Studio Tools.
|
|
# ------------------------------------------------------
|
|
|
|
# This is a reminder that you are using a generated .pro file.
|
|
# Remove it when you are finished editing this file.
|
|
message("You are running qmake on a generated .pro file. This may not work!")
|
|
|
|
|
|
HEADERS += ./resource.h \
|
|
$$PWD/def.h \
|
|
./NameCreater.h \
|
|
./BirthdayCreater.h \
|
|
./FiveToSingle.h \
|
|
./INameCreater.h \
|
|
./OldFiveCreater.h \
|
|
./TowelCreater.h \
|
|
./NewFiveCreater.h \
|
|
./HKHolderCreater.h \
|
|
./customlogo.h \
|
|
./customlogo2.h
|
|
|
|
SOURCES += ./NameCreater.cpp \
|
|
./main.cpp \
|
|
./BirthdayCreater.cpp \
|
|
./OldFiveCreater.cpp \
|
|
./FiveToSingle.cpp \
|
|
./INameCreater.cpp \
|
|
./TowelCreater.cpp \
|
|
./NewFiveCreater.cpp \
|
|
./HKHolderCreater.cpp \
|
|
./customlogo.cpp \
|
|
./customlogo2.cpp
|
|
FORMS += ./NameCreater.ui \
|
|
./customlogo.ui \
|
|
./customlogo2.ui
|
|
RESOURCES += NameCreater.qrc
|