diff --git a/examples/examples.pri b/examples/examples.pri index cb2b53b2..73a2d099 100644 --- a/examples/examples.pri +++ b/examples/examples.pri @@ -1,14 +1,13 @@ -# In a real application, you use the install locations -# (eg /usr/local/include/QtCrypto and /usr/local/lib). We just do this -# so you can see the examples without needing to install first. - -include(../../confapp.pri) +include(../confapp.pri) # default to console (individual programs can always override this if needed) CONFIG += console CONFIG -= app_bundle QT -= gui +# In a real application, you use the install locations +# (eg /usr/local/include/QtCrypto and /usr/local/lib). We just do this +# so you can see the examples without needing to install first. INCLUDEPATH += ../../include/QtCrypto LIBS += -L../../lib diff --git a/unittest/unittest.pri b/unittest/unittest.pri index 119a8367..73a2d099 100644 --- a/unittest/unittest.pri +++ b/unittest/unittest.pri @@ -1,17 +1,15 @@ -# In a real application, you use the install locations -# (eg /usr/local/include/QtCrypto and /usr/local/lib). We just do this -# so you can see the examples without needing to install first. - -include(../../confapp.pri) +include(../confapp.pri) # default to console (individual programs can always override this if needed) CONFIG += console CONFIG -= app_bundle QT -= gui +# In a real application, you use the install locations +# (eg /usr/local/include/QtCrypto and /usr/local/lib). We just do this +# so you can see the examples without needing to install first. INCLUDEPATH += ../../include/QtCrypto LIBS += -L../../lib # link LIBS += -l$$QCA_LIBNAME -