first re-commit.
This commit is contained in:
49
miniCash/miniCash.pro
Normal file
49
miniCash/miniCash.pro
Normal file
@@ -0,0 +1,49 @@
|
||||
QT += core gui widgets
|
||||
|
||||
CONFIG += c++17
|
||||
|
||||
TEMPLATE = app
|
||||
TARGET = miniCash
|
||||
|
||||
|
||||
DESTDIR = $$OUT_PWD/../common
|
||||
|
||||
|
||||
INCLUDEPATH += $$PWD/../libMiniCash
|
||||
|
||||
SOURCES += \
|
||||
main.cpp \
|
||||
mcaboutme.cpp \
|
||||
mceditdialog.cpp \
|
||||
mcmainwindowlocal.cpp
|
||||
|
||||
HEADERS += \
|
||||
mcaboutme.h \
|
||||
mceditdialog.h \
|
||||
mcmainwindowlocal.h \
|
||||
miniCash.h
|
||||
|
||||
FORMS += \
|
||||
mcaboutme.ui \
|
||||
mceditdialog.ui \
|
||||
mcmainwindowlocal.ui
|
||||
|
||||
DEPENDPATH += $$PWD/../libMiniCash
|
||||
|
||||
LIBS += -L$$OUT_PWD/../common -llibMiniCash
|
||||
|
||||
|
||||
#PRE_TARGETDEPS += $$OUT_PWD/../build/lib/$$qtLibraryTarget(libMiniCash)
|
||||
|
||||
#SRC_DIR = $$OUT_PWD/../libMiniCash/debug
|
||||
#DEST_DIR = $$OUT_PWD/debug
|
||||
|
||||
#QMAKE_PRE_LINK += $$QMAKE_COPY_FILE $$shell_path($$SRC_DIR/libMiniCash.dll) $$shell_path($$DEST_DIR)
|
||||
#QMAKE_POST_LINK += $$QMAKE_COPY_FILE $$shell_path($$SRC_DIR/libMiniCash.dll) $$shell_path($$DEST_DIR)
|
||||
|
||||
|
||||
message("OUT_PWD = $$OUT_PWD")
|
||||
message("shellpath = $$shell_path($$SRC_DIR/libMiniCash.dll)")
|
||||
message("dest = $$shell_path($$DEST_DIR)")
|
||||
message("copy file = $$QMAKE_COPY_FILE")
|
||||
|
Reference in New Issue
Block a user