Skip to content

Commit

Permalink
Update CppEFProviderTest.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
OmidArdestani committed Dec 26, 2023
1 parent 635ad21 commit 38c26e4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CppEFProviderTest.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ QT += core sql widgets testlib

CONFIG += c++2a

#TEMPLATE = app

SOURCES +=\
EfProviderTest.cpp

HEADERS += \
CppEFProviderLib/AbstractEFProvider.hpp

win32:CONFIG(release, debug|release): LIBS += -L$$PWD/CppEFProviderLib/x64/release/ -lCppEFProvider
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/CppEFProviderLib/x64/debug/ -lCppEFProvider
INCLUDEPATH += CppEFProviderLib

INCLUDEPATH += $$PWD/CppEFProviderLib
DEPENDPATH += $$PWD/CppEFProviderLib

0 comments on commit 38c26e4

Please sign in to comment.