diff --git a/rms.pro b/rms.pro index 8da5a1f06bb4a7e363b2377351f8d4d719cf04c4..722496cf84391b7b67bf329458bb1950339af33e 100644 --- a/rms.pro +++ b/rms.pro @@ -3,7 +3,7 @@ # Project created by QtCreator 2016-07-14T07:09:29 # #------------------------------------------------- -include(src/rms/config.pri) +include(src/rms/rms.pri) QT += core gui QT += sql diff --git a/src/rms/config.pri b/src/rms/rms.pri similarity index 100% rename from src/rms/config.pri rename to src/rms/rms.pri