Project file adapted to comply with the new DRAMPower Makefile

This commit is contained in:
Éder F. Zulian
2016-05-10 10:06:59 +02:00
parent 4da56929a8
commit 7225c4ee51

View File

@@ -5,7 +5,7 @@ CONFIG += console
CONFIG -= app_bundle
CONFIG -= qt
system(cd ../../DRAMSys/simulator/src/common/third_party/DRAMPower; make lib;)
system(cd ../../DRAMSys/simulator/src/common/third_party/DRAMPower; make src/libdrampower.a;)
systemc_home = $$(SYSTEMC_HOME)
isEmpty(systemc_home) {